Пример #1
0
 // add this package to database
 public int AddPackage()
 {
     return(PackageDB.AddPackage(this));
 }