コード例 #1
0
 public void ReturnProduct(Batch productBatch)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public int GetBalanceQtyByProductBasedOnBatchNo(Batch productBatch)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void IsssueProduct(Batch productBatch)
 {
     throw new NotImplementedException();
 }