Inheritance: IDisposable
Ejemplo n.º 1
0
 public AssertQuery(int numberOfQueries)
 {
     spy = new LogSpy("NHibernate.SQL");
     this.numberOfQueries = numberOfQueries;
 }