Example #1
0
 public IndexModel(webapp.Models.webappContext context)
 {
     _context = context;
 }
Example #2
0
 public DeleteModel(webapp.Models.webappContext context)
 {
     _context = context;
 }
Example #3
0
 public EditModel(webapp.Models.webappContext context)
 {
     _context = context;
 }
Example #4
0
 public DetailsModel(webapp.Models.webappContext context)
 {
     _context = context;
 }
Example #5
0
 public CreateModel(webapp.Models.webappContext context)
 {
     _context = context;
 }