public AreaPlatController(IAreaPlatService areaPlatService) { this.areaPlatService = areaPlatService; }
public CompanyController(ICompanyService cService, IAreaPlatService apService) { companyService = cService; areaPlatService = apService; }