public RestaurantRepo(RestaurantServicesContext context)
 {
     this.context = context;
 }
示例#2
0
 public FileHandlers(RestaurantServicesContext context)
 {
     this.context = context;
 }