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