示例#1
0
 public void DeleteAccount(int accountId)
 {
     AccountOperations.DeleteAccount(accountId);
 }
示例#2
0
 public bool DeleteAccount(long id)
 {
     return(op.DeleteAccount(id));
 }