public RegisterController()
 {
     bll = new UserAccountsBLL();
 }
Exemple #2
0
 public UserAccountsController()
 {
     bll = new UserAccountsBLL();
 }