public TipoTerceroController(ITipoTerceroAppService tipoterceroAppService)
 {
     _tipoterceroAppService = tipoterceroAppService;
 }
 public TerceroController(ITerceroAppService terceroAppService, ITipoTerceroAppService tipoTerceroAppService)
 {
     _terceroAppService     = terceroAppService;
     _tipoterceroAppService = tipoTerceroAppService;
 }