Skip to content

Commit 6c61962

Browse files
committed
Include subject list in UploadPhoto's return value
1 parent a1416e9 commit 6c61962

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Refresh.Database/GameDatabaseContext.Photos.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ public GamePhoto UploadPhoto(IPhotoUpload photo, IEnumerable<IPhotoUploadSubject
114114
this.SaveChanges();
115115

116116
this.CreatePhotoUploadEvent(publisher, newPhoto);
117+
118+
newPhoto.Subjects = finalSubjectsList.ToList();
117119
return newPhoto;
118120
}
119121

0 commit comments

Comments
 (0)