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