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