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