C# Class openTill.Persistence.AutomapperBootstrapper

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

Public Methods

Method Description
Initialize ( ) : void

Creates the road maps for CRUD operations throughout the entire program

Method Details

Initialize() public static method

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