Пример #1
0
 public async Task <IList <GenderDTO> > Handle(FindAllGendersQuery request, CancellationToken cancellationToken)
 {
     return(await _repositoryQuery.GetAll());
 }
Пример #2
0
 public async Task <IList <ClassificationDTO> > Handle(FindAllClassificationsQuery request, CancellationToken cancellationToken)
 {
     return(await _repositoryQuery.GetAll());
 }