Esempio n. 1
0
 public object Login(string username, string password, bool createPersistentCookie)
 {
     return(ApplicationServices.Login(username, password, createPersistentCookie));
 }