Пример #1
0
 public TableRepository(CoffeeDbContext context)
 {
     this.context = context;
 }
Пример #2
0
 public TableRepository()
 {
     this.context = new CoffeeDbContext();
 }