Exemple #1
0
 public int ChangePackageUser(int packageId, int UserId)
 {
     return(PackageController.ChangePackageUser(packageId, UserId));
 }