Ejemplo n.º 1
0
 public void ChangePackageStatusToDraft(PackageId packageId)
 {
     packageService.ChangePackageStatusToDraft(packageId);
 }