/// <summary> /// Create a new CITOLOGIAORINA object. /// </summary> /// <param name="nroInfo">Initial value of the NroInfo property.</param> public static CITOLOGIAORINA CreateCITOLOGIAORINA(global::System.Int32 nroInfo) { CITOLOGIAORINA cITOLOGIAORINA = new CITOLOGIAORINA(); cITOLOGIAORINA.NroInfo = nroInfo; return cITOLOGIAORINA; }
/// <summary> /// Deprecated Method for adding a new object to the CITOLOGIAORINA EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCITOLOGIAORINA(CITOLOGIAORINA cITOLOGIAORINA) { base.AddObject("CITOLOGIAORINA", cITOLOGIAORINA); }