示例#1
0
 public bool DeleteCreatedAdjustmentVoucher(string avId)
 {
     scservice.DeleteCreatedAdjustmentVoucher(avId);
     return(true);
 }