public EstacaoService OpenSession()
 {
     session = NHibernateFactory.GetSessionFactoryGeral().OpenSession();
     return(this);
 }
예제 #2
0
 public OcorrenciaService OpenSession()
 {
     session = NHibernateFactory.GetSessionFactoryGeral().OpenSession();
     return(this);
 }