Example #1
0
 public ActionResult <bool> UsernameExist(string username)
 {
     return(_validateService.ExistUsername(username));
 }