public LoginAccountController()
 {
     usersProfileService = new UsersProfileService();
 }
Ejemplo n.º 2
0
 public AccountsController()
 {
     usersProfileService = new UsersProfileService();
     membershipService   = new MembershipService();
     groupService        = new GroupService();
 }