/// <summary>
 /// Create a new OP_INFORME_OBRA object.
 /// </summary>
 /// <param name="coInforme">Initial value of the coInforme property.</param>
 /// <param name="coProyecto">Initial value of the coProyecto property.</param>
 public static OP_INFORME_OBRA CreateOP_INFORME_OBRA(global::System.Int32 coInforme, global::System.Int32 coProyecto)
 {
     OP_INFORME_OBRA oP_INFORME_OBRA = new OP_INFORME_OBRA();
     oP_INFORME_OBRA.coInforme = coInforme;
     oP_INFORME_OBRA.coProyecto = coProyecto;
     return oP_INFORME_OBRA;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the OP_INFORME_OBRA EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOP_INFORME_OBRA(OP_INFORME_OBRA oP_INFORME_OBRA)
 {
     base.AddObject("OP_INFORME_OBRA", oP_INFORME_OBRA);
 }