public DetailsModel(MainService.Data.MainServiceDbContext context) { _context = context; }
public EditModel(MainService.Data.MainServiceDbContext context) { _context = context; }
public CreateModel(MainService.Data.MainServiceDbContext context) { _context = context; }
public IndexModel(MainService.Data.MainServiceDbContext context) { _context = context; }