public RestaurantRepo(RestaurantServicesContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public FileHandlers(RestaurantServicesContext context)
 {
     this.context = context;
 }