Ejemplo n.º 1
0
 public ImageDTO Get(string id)
 {
     return(_imageAppService.GetImage(id));
 }