示例#1
0
 public async Task <Password> FindAsync(params object[] keyValues)
 {
     return(await _repositoryPassword.FindAsync(keyValues));
 }