public EditModel(RazorWeb.Data.RazorWebContext context)
 {
     _context = context;
 }
 public CreateModel(RazorWeb.Data.RazorWebContext context)
 {
     _context = context;
 }
 public IndexModel(RazorWeb.Data.RazorWebContext context)
 {
     _context = context;
 }
Exemple #4
0
 public DeleteModel(RazorWeb.Data.RazorWebContext context)
 {
     _context = context;
 }
 public DetailsModel(RazorWeb.Data.RazorWebContext context)
 {
     _context = context;
 }