コード例 #1
0
 public Credential GetUser(int id, string password)
 {
     return(credRepo.Verification(id, password));
 }