Ejemplo n.º 1
0
 public async Task <IEnumerable <CommentData> > Get()
 {
     return(await _clientFactoryService.GetAsync());
 }
Ejemplo n.º 2
0
 public async Task <IEnumerable <User> > Get()
 {
     return(await _clientService.GetAsync());
 }