Example #1
0
 public void Deactivate(Guid id)
 {
     _profileRepository.Deactivate(id);
 }