Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TranscodingEntity"/> class.
 /// </summary>
 /// <param name="sysId">
 /// The sys Id.
 /// </param>
 public TranscodingEntity(long sysId)
     : base(sysId)
 {
     this._timeTranscodingCollection = new TimeTranscodingCollection(sysId);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TranscodingEntity"/> class.
 /// </summary>
 /// <param name="sysId">
 /// The sys Id.
 /// </param>
 public TranscodingEntity(long sysId)
     : base(sysId)
 {
     this._timeTranscodingCollection = new TimeTranscodingCollection(sysId);
 }