Beispiel #1
0
 public IEnumerable <RoleGroup> GetAllRoleGroups()
 {
     return(_roleGroupRepository.GetAll());
 }