示例#1
0
 public void DeleteBy(string name)
 {
     _contactRepository.DeleteBy(name);
 }