4 using Castle
.ActiveRecord
;
5 using NHibernate
.Expression
;
7 // This is file is provided just as a starting point
8 // especially if you are new to ActiveRecord
10 // Feel free to delete it right away.
12 [ActiveRecord("TableName")]
13 public class Sample
: ActiveRecordBase
<Sample
>