示例#1
0
 public List <Product> GetAllWithShortDescrition()
 {
     return(_productDal.GetAllWithShortDescrition());
 }