示例#1
0
 public void DeleteLocation(int id)
 {
     repo.DeleteLocation(id);
 }