Exemplo n.º 1
0
 public UserRepository(IGenericRepository <User> repository, CustomerContext context)
 {
     _repository = repository;
     _context    = context;
 }
Exemplo n.º 2
0
 public CustomerRepository(CustomerContext customerContext)
 {
     this._customerContext = customerContext;
 }