Пример #1
0
 public virtual async Task <List <Group> > GetAllGroups()
 {
     return(await _passwordRepository.GetAllGroups());
 }