Ejemplo n.º 1
0
 public EntityProvincia(
     Keys.KeyProvincia okey,
     String oNombre,
     Int32 oEstado)
 {
     this.key    = okey;
     this.nombre = oNombre;
     this.estado = oEstado;
 }
Ejemplo n.º 2
0
 public EntityProvincia SelectByKey(KeyProvincia okey, CTransaction oCTransaction)
 {
     throw new NotImplementedException();
 }