Exemplo n.º 1
0
 public List <ProductDetails> GetAllProducts(decimal CategoryCode)
 {
     return(objReportRepo.GetAllProducts(CategoryCode));
 }