public IList <TEntityDto> GetList([FromQuery] TEntityQueryIntputDto dto) { return(appService.GetList(dto)); }