示例#1
0
 public string DeleteCompany(int id)
 {
     return(data.DeleteCompany(id));
 }