Exemplo n.º 1
0
 public IEnumerable <Type> GetQueries()
 {
     return(_typeCollection.GetTypes());
 }
Exemplo n.º 2
0
 public IEnumerable <Type> GetCommands()
 {
     return(_typeCollection.GetTypes());
 }