示例#1
0
 public async Task <IEnumerable <CollaboratorViewModel> > GetAllByCollaborativeIdAsync(CollaborativeIdViewModel collaborativeIdViewModel)
 {
     return(_mapper.Map <IEnumerable <CollaboratorViewModel> >(await _collaboratorRepository.GetAllByCollaborativeIdAsync(collaborativeIdViewModel.Id)));
 }