Beispiel #1
0
 public void AddProfileGallery(Guid id, Gallery gallery)
 {
     _profileRepository.AddProfileGallery(id, gallery);
 }