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