예제 #1
0
파일: Offer.cs 프로젝트: TomeQ2k/_MyVinted
 public string GetFirstPhotoUrl() =>
 StorageLocation.BuildLocation(OfferPhotos.Select(p => p.Path).FirstOrDefault());
예제 #2
0
파일: Offer.cs 프로젝트: TomeQ2k/_MyBooking
 public string GetFirstPhotoUrl()
 => StorageLocation.BuildLocation(OfferPhotos.Any() ? OfferPhotos.FirstOrDefault().Path : null);