Beispiel #1
0
 public async Task <ApiResult <List <Image> > > Random()
 {
     return(await _dogService.GetRandomDog());
 }