protected BaseSearchDtoConttroller(IHandlerExcepciones manejadorExcepciones, IParametroService parametroService, TGetAllInput getAllInput, IViewService viewService, IAsyncBaseCrudAppService <TEntity, TEntityDto, TGetAllInput, TEntityDto> entityService) : base(manejadorExcepciones, parametroService, getAllInput, viewService, entityService) { }
protected BaseCrudDtoController(IHandlerExcepciones manejadorExcepciones, IApplication application, ICreateObject createObject, IParametroService parametroService, TGetAllInput getAllInput, IViewService viewService, IAsyncBaseCrudAppService <TEntity, TEntityDto, TGetAllInput> entityService) : base(manejadorExcepciones, application, createObject, parametroService, getAllInput, viewService, entityService) { }