00001 #region License 00002 /* Copyright (C) Cristian Libardo 00003 * 00004 * This is free software; you can redistribute it and/or modify it 00005 * under the terms of the GNU Lesser General Public License as 00006 * published by the Free Software Foundation; either version 2.1 of 00007 * the License, or (at your option) any later version. 00008 */ 00009 #endregion 00010 00011 namespace N2 00012 { 00016 public sealed class Find : Persistence.GenericFind<ContentItem,ContentItem> 00017 { 00018 } 00019 }