示例#1
0
 public UserPhoto GetUserPhoto(long id) => Photo_repo.GetFirst(a => a.UserPhotoId == id);