Esempio n. 1
0
 public AdminRepository()
 {
     context = new RestaurantManagmentContext();
 }
 public PersonnelRepository()
 {
     context = new RestaurantManagmentContext();
 }
 public InventoryRepository()
 {
     context = new RestaurantManagmentContext();
 }
Esempio n. 4
0
 public ReservationRepository()
 {
     context = new RestaurantManagmentContext();
 }
Esempio n. 5
0
 public ClientRepositroy()
 {
     context = new RestaurantManagmentContext();
 }