コード例 #1
0
 public IQueryable<Shipment> GetShipmentByRegulation(RegulationEnum regulation)
 {
     return Session.Query<Shipment>().Where(x => x.Regulation == regulation);
 }
コード例 #2
0
 public IQueryable <Shipment> GetShipmentByRegulation(RegulationEnum regulation)
 {
     return(Session.Query <Shipment>().Where(x => x.Regulation == regulation));
 }