예제 #1
0
 public async Task <Group> GetGroupByName(string groupName)
 {
     return(await _passwordRepository.GetGroupByName(groupName));
 }