// -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the EDocumentLanguageService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public EDocumentLanguageService(DataContext dataContext)
     : base(dataContext)
 {
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the JobOfferService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public JobOfferServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the KefContactTypeService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public KefContactTypeServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the OrganisationFormService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public OrganisationFormServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the EDocumentCategoryService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public EDocumentCategoryService(DataContext dataContext)
     : base(dataContext)
 {
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the JobOfferAttachmentService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public JobOfferAttachmentServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the ProgramService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public ProgramServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the ForumThreadService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public ForumThreadServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the ForumThreadService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public ForumThreadServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the DesignerDrogCategoryService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public DesignerDrogCategoryServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the DesignerDrogCategoryService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public DesignerDrogCategoryServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the TemplateCategoryService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public TemplateCategoryServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the TemplateCategoryService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public TemplateCategoryServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the SearchCategoryService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public SearchCategoryService(DataContext dataContext)
     : base(dataContext)
 {
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the EDocumentPublisherService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public EDocumentPublisherServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the OrgMemberOfOrgService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public OrgMemberOfOrgServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the JobOfferAttachmentService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public JobOfferAttachmentServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the OrgMemberOfOrgService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public OrgMemberOfOrgServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the ProgramService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public ProgramServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the CompetitionService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public CompetitionService(DataContext dataContext)
     : base(dataContext)
 {
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the OrganisationFormService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public OrganisationFormServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the EventPropertyService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public EventPropertyService(DataContext dataContext)
     : base(dataContext)
 {
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the QuestionFormDetailService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public QuestionFormDetailService(DataContext dataContext)
     : base(dataContext)
 {
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the OrganisationPendingUserService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public OrganisationPendingUserService(DataContext dataContext)
     : base(dataContext)
 {
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the KefFileTypeService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public KefFileTypeService(DataContext dataContext)
     : base(dataContext)
 {
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the NewsAttachmentService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public NewsAttachmentService(DataContext dataContext)
     : base(dataContext)
 {
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the JobOfferService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public JobOfferServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the EDocumentPublisherService with a default data context.
 /// </summary>
 // -------------------------------------------------------------------------------------
 public EDocumentPublisherServiceBase()
 {
     m_DataContext = new DataContext();
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the KefContactTypeService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public KefContactTypeServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }
 // -------------------------------------------------------------------------------------
 /// <summary>
 /// Creates the ThesaurusRelationService with the specified data context.
 /// </summary>
 /// <param name="dataContext">Data context of the service.</param>
 // -------------------------------------------------------------------------------------
 public ThesaurusRelationServiceBase(DataContext dataContext)
 {
     m_DataContext = dataContext;
 }