Example #1
0
 bool ISystemController.Withdraw(Protocal.DataTypes.PayRecord deposit)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public bool Withdraw(Protocal.DataTypes.PayRecord deposit)
 {
     throw new NotImplementedException();
 }
Example #3
0
 bool ISystemController.Deposit(Protocal.DataTypes.PayRecord deposit, out bool canResetAlertLevel)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public bool Deposit(Protocal.DataTypes.PayRecord deposit, out bool canResetAlertLevel)
 {
     throw new NotImplementedException();
 }