Beispiel #1
0
 public void AddProfileImage(Guid id, Image img)
 {
     _profileRepository.AddProfileImage(id, img);
 }