示例#1
0
 public void DeleteContributor(int id)
 {
     _contributorRepository.DeleteContributor(id);
 }