Example #1
0
 public Conteos(ConteosId id, decimal? conteo1, decimal? conteo2, DateTime? fechaalta, string estatus)
 {
     this._id= id;
     this._conteo1= conteo1;
     this._conteo2= conteo2;
     this._fechaalta= fechaalta;
     this._estatus= estatus;
 }
Example #2
0
 public Conteos(ConteosId id)
 {
     this._id= id;
 }