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