Пример #1
0
 public OverTypeController(IOverTypeService overtypeService)
 {
     this._overtypeService = overtypeService;
 }
Пример #2
0
 public OverSeaController(IOverSeaService overseaService, IOverTypeService overtypeService, ICountryService countryService)
 {
     this._overseaService  = overseaService;
     this._overtypeService = overtypeService;
     this._countryService  = countryService;
 }