Esempio n. 1
0
 public EnderecosController(IEnderecosService enderecosService, ICidadesService cidadeService = null)
 {
     _enderecosService = enderecosService;
     _cidadeService    = cidadeService;
 }
 public EnderecosAppService(IEnderecosService serviceBase) : base(serviceBase)
 {
     _serviceBase = serviceBase;
 }