Example #1
0
 /// <summary>
 /// Looks for an Image with the requested Id
 /// </summary>
 /// <param name="imageId">Id of Image to look for</param>
 /// <returns>Image object with specified Id or NULL if not found</returns>
 public Image GetImageById(int imageId)
 {
     return(_data.GetImage(imageId));
 }