public RevenueReportModel()
 {
     _context = new RazorPagesTutorialContext();
 }
 public ReviewCreateModel()
 {
     _context = new RazorPagesTutorialContext();
 }
 public DetailsModel2()
 {
     _context = new RazorPagesTutorialContext();
 }
 public OrderEditModel()
 {
     _context = new RazorPagesTutorialContext();
 }
Exemplo n.º 5
0
 public RegisterModel()
 {
     _context = new RazorPagesTutorialContext();
 }
Exemplo n.º 6
0
 public ReviewCustomerTableModel()
 {
     _context = new RazorPagesTutorialContext();
 }
Exemplo n.º 7
0
 public IndexModel2()
 {
     _context = new RazorPagesTutorialContext();
 }
Exemplo n.º 8
0
 public EditModel2()
 {
     _context = new RazorPagesTutorialContext();
 }
Exemplo n.º 9
0
 public LoginModel()
 {
     _context = new RazorPagesTutorialContext();
 }
Exemplo n.º 10
0
 public EditModel(IWebHostEnvironment environment)
 {
     _context     = new RazorPagesTutorialContext();
     _environment = environment;
 }
 public CustomerAccountMmModel()
 {
     _context = new RazorPagesTutorialContext();
 }
Exemplo n.º 12
0
 public CreateModel2()
 {
     _context = new RazorPagesTutorialContext();
 }
 public OrderCreateModel()
 {
     _context = new RazorPagesTutorialContext();
 }
Exemplo n.º 14
0
 public ReviewEditModel()
 {
     _context = new RazorPagesTutorialContext();
 }
Exemplo n.º 15
0
 public ProductListModel()
 {
     _context = new RazorPagesTutorialContext();
 }
 public ReviewDeleteModel()
 {
     _context = new RazorPagesTutorialContext();;
 }