public async Task <IList <GenderDTO> > Handle(FindAllGendersQuery request, CancellationToken cancellationToken) { return(await _repositoryQuery.GetAll()); }
public async Task <IList <ClassificationDTO> > Handle(FindAllClassificationsQuery request, CancellationToken cancellationToken) { return(await _repositoryQuery.GetAll()); }