public EstacaoService OpenSession()
 {
     session = NHibernateFactory.GetSessionFactoryGeral().OpenSession();
     return(this);
 }
Exemplo n.º 2
0
 public OcorrenciaService OpenSession()
 {
     session = NHibernateFactory.GetSessionFactoryGeral().OpenSession();
     return(this);
 }