Exemple #1
0
 public LookupRepository(CuCareDbContext context)
 {
     this.context = context;
 }
Exemple #2
0
 public UserRepository(CuCareDbContext context)
 {
     this.context = context;
 }
 public UnitOfWork(CuCareDbContext context)
 {
     this._context = context;
 }
Exemple #4
0
 public CustomerRepository(CuCareDbContext context)
 {
     this.context = context;
 }
 public AuthRepository(CuCareDbContext context)
 {
     this._context = context;
 }