Пример #1
0
 public AdminRepository()
 {
     context = new RestaurantManagmentContext();
 }
 public PersonnelRepository()
 {
     context = new RestaurantManagmentContext();
 }
 public InventoryRepository()
 {
     context = new RestaurantManagmentContext();
 }
Пример #4
0
 public ReservationRepository()
 {
     context = new RestaurantManagmentContext();
 }
Пример #5
0
 public ClientRepositroy()
 {
     context = new RestaurantManagmentContext();
 }