예제 #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
파일: Edit.cshtml.cs 프로젝트: Vekz/ZTPSBD
 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;
 }