コード例 #1
0
 public bool EmptyAdjustmentVoucher(string avId)
 {
     scservice.EmptyCreatedAdjustmentVoucher(avId);
     return(true);
 }