public CreateModel(WebApplicationCore.Models.WebApplicationCoreContext context)
 {
     _context = context;
 }
 public IndexModel(WebApplicationCore.Models.WebApplicationCoreContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public DetailsModel(WebApplicationCore.Models.WebApplicationCoreContext context)
 {
     _context = context;
 }