Ejemplo n.º 1
0
 public ActionResult <bool> UsernameAvailable(string username)
 {
     return(_validateService.AvailableUsername(username));
 }