Ejemplo n.º 1
0
 public BuildingService(IPolyclinicRegionService polyclinicRegionService, IBuildingRepository buildingRepository, IGeocoder geocoder, IPolyclinicRegionProvider polyclinicRegionProvider)
 {
     this.PolyclinicRegionService = polyclinicRegionService;
     this.BuildingRepository      = buildingRepository;
     this.Geocoder = geocoder;
     this.PolyclinicRegionProvider = polyclinicRegionProvider;
 }
 public PolyclinicRegionController(IPolyclinicRegionService polyclinicRegionService)
 {
     this.PolyclinicRegionService = polyclinicRegionService;
 }