예제 #1
0
 public static IEnumerable<Alliance> FindBy(Query query, int index, int count)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public static IEnumerable<Group> FindBy(Query query)
 {
     throw new NotImplementedException();
 }
 public static IEnumerable<OrganizationAccount> FindBy(Query query, int index, int count)
 {
     throw new NotImplementedException();
 }
예제 #4
0
파일: Query.cs 프로젝트: jlaf1986/BizGraph
 public void AddSubQuery(Query subQuery)
 {
     _subQueries.Add(subQuery);
 }