public IEnumerable <PromotionDetail> GetPromotionDetail() { return(PromoDetailService.GetActive()); }
public IEnumerable <PromotionDetail> GetPromotionDetail(Expression <Func <PromotionDetail, bool> > expr) { return(PromoDetailService.GetActive(expr)); }