Exemplo n.º 1
0
 public StoreRepo(BalloonPartyContext context)
 {
     _context = context;
 }
 public ProductController(BalloonPartyContext context)
 {
     _context = context;
 }
 public StoreInventoryController(BalloonPartyContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public CustomerRepo(BalloonPartyContext context)
 {
     _context = context;
 }
 public CustomerOrderrs(BalloonPartyContext context)
 {
     _context = context;
 }