Esempio n. 1
0
 public IEnumerable <UserPhoto> GetUserPhotos()
 {
     return(Photo_repo.GetAll().OrderByDescending(a => a.UserPhotoId));
 }