Esempio n. 1
0
 public List <T> GetAll <T>(bool recursive)
 {
     return(Objects.getAll <T>(GetCommand(), recursive));
 }
Esempio n. 2
0
 public List <T> GetAll <T>()
 {
     return(Objects.getAll <T>(GetCommand()));
 }