예제 #1
0
 public AddBuyListModel(BuyListContext context)
 {
     _context = context;
 }
예제 #2
0
 public AddProductToBuyListModel(BuyListContext context, ApplicationDbContext context2)
 {
     _context    = context;
     _appContext = context2;
 }
예제 #3
0
 public AddMemberToBuyListModel(BuyListContext context)
 {
     _context = context;
 }