예제 #1
0
 public CreateModel(FlowerShop.Data.FlowerShopContext context)
 {
     _context = context;
 }
예제 #2
0
 public ProductsModel(FlowerShop.Data.FlowerShopContext context)
 {
     _context = context;
 }
예제 #3
0
 public DetailsModel(FlowerShop.Data.FlowerShopContext context)
 {
     _context = context;
 }
 public EditModel(FlowerShop.Data.FlowerShopContext context)
 {
     _context = context;
 }
 public IndexModel(FlowerShop.Data.FlowerShopContext context)
 {
     _context = context;
 }