Пример #1
0
 public EditModel(ASP.NETCore.Models.ASPNETCoreContext context)
 {
     _context = context;
 }
Пример #2
0
 public IndexModel(ASP.NETCore.Models.ASPNETCoreContext context)
 {
     _context = context;
 }
Пример #3
0
 public DeleteModel(ASP.NETCore.Models.ASPNETCoreContext context)
 {
     _context = context;
 }
Пример #4
0
 public DetailsModel(ASP.NETCore.Models.ASPNETCoreContext context)
 {
     _context = context;
 }