Exemple #1
0
 public void Registration(AccountEntity account)
 {
     _accountDAO.Registration(account);
 }