示例#1
0
 public List <Product> GetAll()
 {
     return(MyMapper.MapToSameTypeList(_productDal.GetList()));
 }