public AreaPlatController(IAreaPlatService areaPlatService)
 {
     this.areaPlatService = areaPlatService;
 }
Пример #2
0
 public CompanyController(ICompanyService cService, IAreaPlatService apService)
 {
     companyService  = cService;
     areaPlatService = apService;
 }