Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LastMensPositions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLastMensPositions(LastMensPosition lastMensPosition)
 {
     base.AddObject("LastMensPositions", lastMensPosition);
 }
Пример #2
0
 /// <summary>
 /// Create a new LastMensPosition object.
 /// </summary>
 /// <param name="clothesId">Initial value of the ClothesId property.</param>
 /// <param name="pictureId">Initial value of the PictureId property.</param>
 public static LastMensPosition CreateLastMensPosition(global::System.Int32 clothesId, global::System.Int32 pictureId)
 {
     LastMensPosition lastMensPosition = new LastMensPosition();
     lastMensPosition.ClothesId = clothesId;
     lastMensPosition.PictureId = pictureId;
     return lastMensPosition;
 }