Esempio n. 1
0
 /// <summary>
 /// Gets a collection of all Image objects available in the database
 /// </summary>
 /// <returns>Collection of Image objects</returns>
 public IEnumerable <Image> GetImages()
 {
     return(_data.GetImages());
 }