示例#1
0
 public async Task <Group> GetGroupById(string groupId)
 {
     return(await _passwordRepository.GetGroupById(groupId));
 }