コード例 #1
0
 public IEnumerable <Product> GetAllProduct()
 {
     return(_productRepository.Query().Select());
 }