示例#1
0
 public int DeleteConfigHeader(string configID)
 {
     return(adminDL.DeleteConfigHeader(Convert.ToInt32(configID)));
 }