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