コード例 #1
0
 public int ChangePassword(Credential user)
 {
     return(credRepo.ChangePassword(user));
 }