Example #1
0
 public CustomerService(PieShopContext pieShopContext)
 {
     _context = pieShopContext;
 }
Example #2
0
 public PieService(PieShopContext pieShopContext)
 {
     _context = pieShopContext;
 }
Example #3
0
 public PurchaseService(PieShopContext context)
 {
     _context = context;
 }