示例#1
0
 public BuildingController(IBuildingsAppService buildingsAppService, IBuildingTypeAppService buildingTypeAppService, INeighborhoodAppService neighborhoodAppService, IBuildingUsesAppService buildingUsesAppService, IUploadFilesAppService uploadFilesAppService, IBuildingUnitContentsAppService buildingUnitContentsAppService, IBuildingUnitsAppService buildingUnitsAppService)
 {
     _buildingsAppService            = buildingsAppService;
     _buildingTypeAppService         = buildingTypeAppService;
     _neighborhoodAppService         = neighborhoodAppService;
     _buildingUsesAppService         = buildingUsesAppService;
     _uploadFilesAppService          = uploadFilesAppService;
     _buildingUnitContentsAppService = buildingUnitContentsAppService;
     _buildingUnitsAppService        = buildingUnitsAppService;
 }
示例#2
0
 public BuildingController(IBuildingsAppService buildingsAppService, IBuildingTypeAppService buildingTypeAppService, INeighborhoodAppService neighborhoodAppService, IBuildingUsesAppService buildingUsesAppService)
 {
     _buildingsAppService    = buildingsAppService;
     _buildingTypeAppService = buildingTypeAppService;
     _neighborhoodAppService = neighborhoodAppService;
     _buildingUsesAppService = buildingUsesAppService;
 }