Exemple #1
0
 public ActionResult <string> Get(string myName, string banName)
 {
     return(banFunctions.AddUserToBanList(myName, banName));
 }