Ejemplo n.º 1
0
 public Vat GetCurrentVatByProductId(int productId)
 {
     return(_iCommonGateway.GetCurrentVatByProductId(productId));
 }