Ejemplo n.º 1
0
 public void DeleteProfile(UserProfile profile)
 {
     _profileRepository.DeleteProfile(profile);
 }