Exemplo n.º 1
0
 public bool AccountAuth(string accountName)
 {
     _getLog.Info("what");
     return(_db.Account(accountName));
 }