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