Ejemplo n.º 1
0
 public DoLogOn()
 {
     FormsService      = new FormsAuthenticationService();
     MembershipService = new AccountMembershipService();
     Result            = new DoLogOnResultModel();
 }
 public DoLogOn()
 {
     FormsService = new FormsAuthenticationService();
     MembershipService = new AccountMembershipService();
     Result = new DoLogOnResultModel();
 }