Exemple #1
0
 public static decimal ObtenerIvaDePrecio(decimal mPrecio)
 {
     return(UtilTheos.ObtenerIvaDePrecio(mPrecio, 2));
 }