예제 #1
0
파일: Consulta.cs 프로젝트: uhilari/hs-core
 protected virtual IQuery CrearQuery()
 {
     return(Sesion.CreateQuery(GetCadenaConsulta()));
 }