Example #1
0
 public virtual bool Login(string username, string password)
 {
     return(_accountStore.Login(username, password));
 }