Ejemplo n.º 1
0
 public Task <IEnumerable <string> > Get(string dir)
 {
     return(_imageService.GetImageListAsync(dir));
 }