예제 #1
0
 public void DeleteProfile(UserProfile profile)
 {
     _profileRepository.DeleteProfile(profile);
 }