Example #1
0
 public void DeletePrivilege(string id)
 {
     _repository.DeleteEntity(id);
 }