Example #1
0
 public CustomerRepository(ILogger <CustomerRepository> logger, AdWorksContext context)
 {
     this.logger  = logger;
     this.context = context;
 }
Example #2
0
 public ProductRepository(AdWorksContext context)
 {
     this.context = context;
 }