Exemplo n.º 1
0
 public void FixtureSetUp()
 {
     using (var session = SessionFactory.OpenStatelessSession())
     {
         schema = session.Get<Schema>(1);
     }
 }
Exemplo n.º 2
0
 public TriggerBuilder With(Schema schema)
 {
     this.schema = schema;
     return this;
 }