public static IEnumerable<Alliance> FindBy(Query query, int index, int count)
 {
     throw new NotImplementedException();
 }
Beispiel #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();
 }
Beispiel #4
0
 public void AddSubQuery(Query subQuery)
 {
     _subQueries.Add(subQuery);
 }