/// <summary> /// Create a new Adm_PunraSegunda object. /// </summary> /// <param name="segundaLetra">Initial value of the segundaLetra property.</param> /// <param name="ubigeoId">Initial value of the ubigeoId property.</param> public static Adm_PunraSegunda CreateAdm_PunraSegunda(global::System.String segundaLetra, global::System.String ubigeoId) { Adm_PunraSegunda adm_PunraSegunda = new Adm_PunraSegunda(); adm_PunraSegunda.segundaLetra = segundaLetra; adm_PunraSegunda.ubigeoId = ubigeoId; return adm_PunraSegunda; }
/// <summary> /// Deprecated Method for adding a new object to the Adm_PunraSegunda EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAdm_PunraSegunda(Adm_PunraSegunda adm_PunraSegunda) { base.AddObject("Adm_PunraSegunda", adm_PunraSegunda); }