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