Exemplo n.º 1
0
 public IndexModel(webApp.Data.webAppContext context)
 {
     _context = context;
 }
 public CreateModel(webApp.Data.webAppContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public DeleteModel(webApp.Data.webAppContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public DetailsModel(webApp.Data.webAppContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public EditModel(webApp.Data.webAppContext context)
 {
     _context = context;
 }