public ProductRepository(ServiceDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public ReviewRepository(ServiceDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public UnitOfWork(ServiceDbContext context)
 {
     this.context = context;
 }