コード例 #1
0
 public int CreateNewAccount(BankAccountDTO backAccountDTO)
 {
     return(_databaseFunctions.AddNewAccount(backAccountDTO));
 }