public IEnumerable <Type> GetQueries()
 {
     return(_typeCollection.GetTypes());
 }
Beispiel #2
0
 public IEnumerable <Type> GetCommands()
 {
     return(_typeCollection.GetTypes());
 }