C# Class openTill.Persistence.AutomapperBootstrapper

A class the initializes a method that makes CRUD operations possible throughout the entire program.
Afficher le fichier Open project: CIT275DevGroup/openTill

Méthodes publiques

Méthode Description
Initialize ( ) : void

Creates the road maps for CRUD operations throughout the entire program

Method Details

Initialize() public static méthode

Creates the road maps for CRUD operations throughout the entire program
public static Initialize ( ) : void
Résultat void