public StoreRepository(ProjReworkContext context)
 {
     this.context = context;
 }
Example #2
0
 public CustomerRepository(ProjReworkContext context)
 {
     this.context = context;
 }