示例#1
0
 public bool UpdateIWithdrawalsApply(WithdrawalsApply apply)
 {
     return(dal.UpdateIWithdrawalsApply(apply));
 }
示例#2
0
 public bool UpdateIWithdrawalsApply(WithdrawalsApply apply)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public bool AddWithdrawalsApply(WithdrawalsApply apply)
 {
     return(dal.AddWithdrawalsApply(apply));
 }