Ejemplo n.º 1
0
		public CachedSqlSelect<Tag> ChildTags(Q where, params KeyValuePair<object, OrderBy.OrderDirection>[] orderBy)
		{
			Photo photo = new Photo(K);
			return photo.ChildTags(where, orderBy);
		}
Ejemplo n.º 2
0
		public CachedSqlSelect<Tag> ChildTags(Q where)
		{
			Photo photo = new Photo(K);
			return photo.ChildTags(where);
		}