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