Ejemplo n.º 1
0
 public IEnumerable <ProductCategory> GetAllProductCategory()
 {
     return(_iCommonGateway.GetAllProductCategory());
 }