public EntityTipoEmpresa(
     Keys.KeyTipoEmpresa okey,
     String oNombreTipo,
     Int32 oEstado)
 {
     this.key        = okey;
     this.nombreTipo = oNombreTipo;
     this.estado     = oEstado;
 }
Example #2
0
 public EntityTipoEmpresa SelectByKey(KeyTipoEmpresa okey, CTransaction oCTransaction)
 {
     throw new NotImplementedException();
 }