Esempio n. 1
0
        /// <summary>
        /// Retrieves Random photo from the database
        /// </summary>
        /// <returns></returns>
        public Photo RetrieveRandomPhoto()
        {
            Photo photo = photoDb.RetrieveRandomPhoto("Photo_RetreiveRandomPhoto");

            return(photo);
        }