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