Beispiel #1
0
 public CreateModel(CHUSHKA.Models.ChushkaContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public DetailsModel(CHUSHKA.Models.ChushkaContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public EditModel(CHUSHKA.Models.ChushkaContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public IndexModel(CHUSHKA.Models.ChushkaContext context)
 {
     _context = context;
 }