예제 #1
0
 public RegisterController()
 {
     bll = new UserAccountsBLL();
 }
예제 #2
0
 public UserAccountsController()
 {
     bll = new UserAccountsBLL();
 }