public DetailsModel(GarbageCity.Models.CompanyContext context) { _context = context; }
public EditModel(GarbageCity.Models.CompanyContext context) { _context = context; }
public IndexModel(GarbageCity.Models.CompanyContext context) { _context = context; }
public CreateModel(GarbageCity.Models.CompanyContext context) { _context = context; }