public RepositoryBase(CustomerContext customerContext)
 {
     this.CustomerContext = customerContext;
 }
Example #2
0
 public CustomerRepository(CustomerContext customerContext)
     : base(customerContext)
 {
 }