public OverTypeController(IOverTypeService overtypeService) { this._overtypeService = overtypeService; }
public OverSeaController(IOverSeaService overseaService, IOverTypeService overtypeService, ICountryService countryService) { this._overseaService = overseaService; this._overtypeService = overtypeService; this._countryService = countryService; }