示例#1
0
 public DeleteModel(ZTPSBD.Data.ZTPSBDContext context)
 {
     _context = context;
 }
示例#2
0
 public IndexModel(ZTPSBD.Data.ZTPSBDContext context)
 {
     _context = context;
 }
示例#3
0
 public CreateModel(ZTPSBD.Data.ZTPSBDContext context)
 {
     _context = context;
 }
示例#4
0
 public EditModel(ZTPSBD.Data.ZTPSBDContext context)
 {
     _context = context;
 }
示例#5
0
 public DetailsModel(ZTPSBD.Data.ZTPSBDContext context)
 {
     _context = context;
 }
示例#6
0
 public BrowseCartcshtmlModel(ZTPSBD.Data.ZTPSBDContext context)
 {
     _context = context;
 }
示例#7
0
 public UserLoginModel(IConfiguration configuration, ZTPSBD.Data.ZTPSBDContext context)
 {
     _configuration = configuration;
     _context       = context;
 }
示例#8
0
 public customerPlaceOrderModel(ZTPSBD.Data.ZTPSBDContext context)
 {
     _context = context;
 }