Exemplo n.º 1
0
 public DeleteModel(small_app.Data.small_appContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public EditModel(small_app.Data.small_appContext context)
 {
     _context = context;
 }
 public DetailsModel(small_app.Data.small_appContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public CreateModel(small_app.Data.small_appContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public IndexModel(small_app.Data.small_appContext context)
 {
     _context = context;
 }