public OrderService(FoodyContext foodyContext)
 {
     _context = foodyContext;
 }
Exemple #2
0
 public FoodyService(FoodyContext foodyContext)
 {
     _foodyContext = foodyContext;
 }