public LookupRepository(CuCareDbContext context) { this.context = context; }
public UserRepository(CuCareDbContext context) { this.context = context; }
public UnitOfWork(CuCareDbContext context) { this._context = context; }
public CustomerRepository(CuCareDbContext context) { this.context = context; }
public AuthRepository(CuCareDbContext context) { this._context = context; }