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