예제 #1
0
 public IEnumerable <Hierarchy> Get()
 {
     return(_hierarchyRepository.GetList(w => w.Ativo));
 }