示例#1
0
 public Account CreateAccount(Account account)
 {
     return(accountContext.CreateAccount(account));
 }