Exemplo n.º 1
0
 public List[] GetAllByGroup(long id)
 {
     return(_listRepository.GetAllByGroupId(id));
 }