Skip to content

Instantly share code, notes, and snippets.

View jfromaniello's full-sized avatar
😀
coding

José F. Romaniello jfromaniello

😀
coding
View GitHub Profile
using System;
using BrokersWeb.Search.Domain;
using NHibernate;
using NHibernate.Criterion;
using System.Linq;
namespace BrokersWeb.Search.Data{
public class NhSearchListingQuery : ISearchListingQuery{
public NhSearchListingQuery(ISessionFactory factory){