예제 #1
0
 public virtual IEnumerable <Product> GetAllProducts()
 {
     return(productRequest.GetAllData());
 }