예제 #1
0
 public StoreRepo(BalloonPartyContext context)
 {
     _context = context;
 }
 public ProductController(BalloonPartyContext context)
 {
     _context = context;
 }
 public StoreInventoryController(BalloonPartyContext context)
 {
     _context = context;
 }
예제 #4
0
 public CustomerRepo(BalloonPartyContext context)
 {
     _context = context;
 }
 public CustomerOrderrs(BalloonPartyContext context)
 {
     _context = context;
 }