예제 #1
0
 public IList <T> GetValues <T>(IConnectionContext cc, Region region)
 {
     return(cc.GetValues <T>(GetCommand(), region));
 }
예제 #2
0
 public IList <T> GetValues <T>(IConnectionContext cc)
 {
     return(cc.GetValues <T>(GetCommand()));
 }