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