/// <summary> /// Create a new AntecedentesTraumaticos object. /// </summary> /// <param name="idPersona">Initial value of the idPersona property.</param> /// <param name="fecha">Initial value of the Fecha property.</param> public static AntecedentesTraumaticos CreateAntecedentesTraumaticos(global::System.Guid idPersona, global::System.DateTime fecha) { AntecedentesTraumaticos antecedentesTraumaticos = new AntecedentesTraumaticos(); antecedentesTraumaticos.idPersona = idPersona; antecedentesTraumaticos.Fecha = fecha; return antecedentesTraumaticos; }
/// <summary> /// Deprecated Method for adding a new object to the AntecedentesTraumaticos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAntecedentesTraumaticos(AntecedentesTraumaticos antecedentesTraumaticos) { base.AddObject("AntecedentesTraumaticos", antecedentesTraumaticos); }