Exemple #1
0
 public async Task <List <ContributorByNameAndId> > GetAllByNameAndIdAsync()
 {
     return(await _contributorRepository.GetContributorsByNameAndIdAsync());
 }