Ejemplo n.º 1
0
 public List <RecursiveStack> RecursiveSearch(int companyId)
 {
     return(_stackRepository.RecursiveSearch(companyId));
 }