Ejemplo n.º 1
0
 /// <summary>
 /// Create a new courses object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="clubId">Initial value of the clubId property.</param>
 public static courses Createcourses(global::System.String id, global::System.String clubId)
 {
     courses courses = new courses();
     courses.id = id;
     courses.clubId = clubId;
     return courses;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the courses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocourses(courses courses)
 {
     base.AddObject("courses", courses);
 }