Example #1
0
 public GenericRepository(SkinetDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public ProductRepository(SkinetDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public BuggyController(SkinetDbContext context)
 {
     this.context = context;
 }