Exemple #1
0
 public bool LoginLocal(string username, string password, bool persist)
 {
     return(userSecurity.LoginLocal(username, password, persist));
 }