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