コード例 #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));
 }