public DetailsModel(Lazar_Andreea_Lab8.Data.Lazar_Andreea_Lab8Context context)
 {
     _context = context;
 }
Beispiel #2
0
 public EditModel(Lazar_Andreea_Lab8.Data.Lazar_Andreea_Lab8Context context)
 {
     _context = context;
 }
 public CreateModel(Lazar_Andreea_Lab8.Data.Lazar_Andreea_Lab8Context context)
 {
     _context = context;
 }