コード例 #1
0
 public bool Delete(object PackageTypeID)
 {
     return(PackageTypeTable.Delete(PackageTypeID) == 1);
 }