Beispiel #1
0
 public IEnumerable <string> GroupsNames()
 {
     return(groupRepository
            .Actives()
            .Select(t => t.Name));
 }