Esempio n. 1
0
 protected CrmManageRepository()
 {
     base.DbContext = EFContextFactory.GetCrmManageDbContext();
 }
Esempio n. 2
0
 protected CrmBusinessRepository()
 {
     base.DbContext = EFContextFactory.GetCrmBusinessDbContext();
 }