Advertisement
Fhernd

Producto.cs

Nov 14th, 2017
1,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. public class Producto
  2. {
  3.     public decimal PrecioActual
  4.     {
  5.         get;
  6.         set;
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement