Пример #1
0
 public ApplicationRepository(ServiceCentreDBContext context)
 {
     _db = context;
 }
Пример #2
0
 public ApplicationsUserProfileRepository(ServiceCentreDBContext context)
 {
     _db = context;
 }
Пример #3
0
 public UOW()
 {
     _db = new ServiceCentreDBContext();
 }