Example #1
0
 public Task DeductStockCancel(DeductStockInput input)
 {
     return(_productDomainService.DeductStockCancel(input));
 }