示例#1
0
 public bool idstypeDelete(int IdsTypeId)
 {
     idstypeImpl oidstypeImpl = new idstypeImpl();
     return oidstypeImpl.idstypeDelete( IdsTypeId);
 }