Exemplo n.º 1
0
 /// <summary>
 /// There are no comments for Songs3 in the schema.
 /// </summary>
 public void AddToSongs3(Songs3 songs3)
 {
     base.AddObject("Songs3", songs3);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new Songs3 object.
 /// </summary>
 /// <param name="ID">Initial value of Id.</param>
 public static Songs3 CreateSongs3(int ID)
 {
     Songs3 songs3 = new Songs3();
     songs3.Id = ID;
     return songs3;
 }