コード例 #1
0
 public virtual async Task <List <Password> > GetAllPasswords()
 {
     return(await _passwordRepository.GetAllPasswords());
 }