Ejemplo n.º 1
0
 public async Task <Image> CreateAsync(Image image)
 {
     return(await _imagesRepository.CreateAsync(image));
 }