Beispiel #1
0
 public DetailsModel(VanbaApp.Data.VanbaContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public EditModel(VanbaApp.Data.VanbaContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DeleteModel(VanbaApp.Data.VanbaContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public CreateModel(VanbaApp.Data.VanbaContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public IndexModel(VanbaApp.Data.VanbaContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public TodoModel(VanbaApp.Data.VanbaContext context)
 {
     _context = context;
 }