daily pastebin goal
41%
SHARE
TWEET

Untitled

torgaiv Jan 29th, 2018 46 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public class ARTICULOSBE
  2.     {
  3.         public string Codigo { get; set; }
  4.         public string Descripcion { get; set; }
  5.  
  6.         public ARTICULOSBE() {
  7.             this.Codigo = null;
  8.             this.Descripcion = null;
  9.         }
  10.         public ARTICULOSBE(string codigo, string desc) {
  11.             this.Codigo = codigo;
  12.             this.Descripcion = desc;
  13.         }
  14.         public ARTICULOSBE(ARTICULOSBE AE) {
  15.             this.Codigo = AE.Codigo;
  16.             this.Descripcion = AE.Descripcion;
  17.         }
  18.     }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top