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