Ejemplo n.º 1
0
 public Image GetImagesById(int id)
 {
     try
     {
         IContentRepository repos = new ContentRepository();
         return(repos.FetchImage(id));
     }
     catch (Exception)
     {
         throw;
     }
 }