コード例 #1
0
 public EntityDepartamento(
     Keys.KeyDepartamento okey,
     String oNombre,
     Int32 oEstado)
 {
     this.key    = okey;
     this.nombre = oNombre;
     this.estado = oEstado;
 }
コード例 #2
0
 public EntityDepartamento SelectByKey(KeyDepartamento okey, CTransaction oCTransaction)
 {
     throw new NotImplementedException();
 }