コード例 #1
0
 public Status MoneyOut(string POSIndentifier, int cashierID, string cashierName, Tender tenderType, decimal amount)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Status MoneyOut(string POSIndentifier, int cashierID, string cashierName, Tender tenderType, decimal amount)
 {
     return SuccessStatus;
 }