示例#1
0
 public int DeleteCompany(int ID)
 {
     return(ToolsSetingBAL.DeleteCompany(ID));
 }