Esempio n. 1
0
 public static void Register()
 {
     Container.GlobalContext.TransFactory = new TransManagerFactoryEF(new ModelCreator());
     ModelToEntity.Install();
     EntityToModel.Install();
     DtoToEntity.Install();
 }
Esempio n. 2
0
 public void CheckMappings()
 {
     ModelToEntity.Install();
     EntityToModel.Install();
     DtoToEntity.Install();
     Mapper.AssertConfigurationIsValid();
 }