Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class Producto
  2. {
  3.     public decimal PrecioActual
  4.     {
  5.         get;
  6.         set;
  7.     }
  8. }