コード例 #1
0
 public ActionResult <bool> IsRegistred(string name, string password)
 {
     return(UsersContext.IsRegistred(name, password));
 }