Exemple #1
0
 public ActionResult <bool> Verify(string Url)
 {
     return(appHandler.Verify(Url));
 }