コード例 #1
0
ファイル: CADProducto.cs プロジェクト: Jhogjan/Sistema
 public static decimal GetPrecio(string IDProducto)
 {
     return(Convert.ToDecimal(adapter.GetPrecio(IDProducto)));
 }