public MasterCheckListCategoryRepository(HCMasterContext context) : base(context) { _context = context; }
public MasterRepositoryBase(HCMasterContext context) { this.context = context; entities = context.Set <T>(); }
public MasterOrganizationRepository(HCMasterContext masterContext, HCOrganizationContext context) : base(masterContext) { this._masterContext = masterContext; _context = context; }
public MasterQuestionnaireCategoryRepository(HCMasterContext context) : base(context) { this._context = context; }
public MasterQuestionaireSectionItemRepository(HCMasterContext context) : base(context) { this._context = context; }
public OrganizationDatabaseRepository(HCMasterContext context) //: base(context) { this._context = context; }
public MasterQuestionnaireBenchmarkRangeRepository(HCMasterContext masterContext) : base(masterContext) { this._masterContext = masterContext; }
public MasterQuestionnaireDocumentRepository(HCMasterContext context) : base(context) { this._context = context; }
public MasterDataRepository(HCMasterContext masterContext, HCOrganizationContext organizationContext) { this._masterContext = masterContext; this._organizationContext = organizationContext; }