Example #1
0
 public async Task <IEnumerable <Tip> > ListByLocatableIdAsync(int locatableId)
 {
     return(await _tipRepository.ListByLocatableIdAsync(locatableId));
 }