Exemplo n.º 1
0
 public string Get(string username, string action)
 {
     return(loginManager.BanUser(username, action));
 }