/// <summary>
 /// Initializes a new instance of the DbServiceTeamLocation class
 /// </summary>
 /// <param name="active">Initial <see cref="DbServiceTeamLocation.Active" /> value</param>
 /// <param name="creBy">Initial <see cref="DbServiceTeamLocation.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbServiceTeamLocation.CreDate" /> value</param>
 /// <param name="updBy">Initial <see cref="DbServiceTeamLocation.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbServiceTeamLocation.UpdDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbServiceTeamLocation.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbServiceTeamLocation.RowVersion" /> value</param>
 /// <param name="serviceTeamID">Initial <see cref="DbServiceTeamLocation.ServiceTeamID" /> value</param>
 /// <param name="locationID">Initial <see cref="DbServiceTeamLocation.LocationID" /> value</param>
 public DbServiceTeamLocation(bool active, long creBy, DateTime creDate, long updBy, DateTime updDate, string updPgm, Byte[] rowVersion, SCG.DB.DTO.DbServiceTeam serviceTeamID, SCG.DB.DTO.DbLocation locationID)
 {
     this.active        = active;
     this.creBy         = creBy;
     this.creDate       = creDate;
     this.updBy         = updBy;
     this.updDate       = updDate;
     this.updPgm        = updPgm;
     this.rowVersion    = rowVersion;
     this.serviceTeamID = serviceTeamID;
     this.locationID    = locationID;
 }
 /// <summary>
 /// Initializes a new instance of the DbLocationLang class
 /// </summary>
 /// <param name="locationName">Initial <see cref="DbLocationLang.LocationName" /> value</param>
 /// <param name="comment">Initial <see cref="DbLocationLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="DbLocationLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbLocationLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="DbLocationLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbLocationLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbLocationLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbLocationLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="DbLocationLang.Active" /> value</param>
 /// <param name="languageID">Initial <see cref="DbLanguage.LanguageID" /> value</param>
 /// <param name="loactionID">Initial <see cref="DbLocation.LoactionID" /> value</param>
 public DbLocationLang(string locationName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.DB.DTO.DbLanguage languageID, SCG.DB.DTO.DbLocation locationID)
 {
     this.locationName = locationName;
     this.comment      = comment;
     this.updBy        = updBy;
     this.updDate      = updDate;
     this.creBy        = creBy;
     this.creDate      = creDate;
     this.updPgm       = updPgm;
     this.rowVersion   = rowVersion;
     this.active       = active;
     this.languageID   = languageID;
     this.locationID   = locationID;
 }