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