コード例 #1
0
 public bool AuthenticateByPasswordOnly(string pw)
 {
     return(da.AuthenticateByPasswordOnly(pw));
 }