コード例 #1
0
 public LiveoSurveyQuestionRepository(ILiveoDataContext dbContext) : base(dbContext.Context) {}
コード例 #2
0
 public LiveoGoalTypeRepository(ILiveoDataContext dbContext)
     : base(dbContext.Context) {}
コード例 #3
0
 public LiveoAffiliateRepository(ILiveoDataContext context) : base(context.Context) {}
コード例 #4
0
 public LiveoSurveyRepository(ILiveoDataContext context) : base(context.Context) {}
コード例 #5
0
 public LiveoPersonaRepository(ILiveoDataContext context) : base(context.Context) {}
コード例 #6
0
 public LiveoGoalRepository(ILiveoDataContext context) : base(context.Context) {}
コード例 #7
0
 public LiveoSystemInstallationRepository(ILiveoDataContext context) : base(context.Context) {}
コード例 #8
0
 public LiveoProgramRepository(ILiveoDataContext context) : base(context.Context) { }
コード例 #9
0
 public LiveoFeatureRepository(ILiveoDataContext context) : base(context.Context) {}
コード例 #10
0
 public LiveoAnswerSelectionRepository(ILiveoDataContext dbContext) : base(dbContext.Context) {}
コード例 #11
0
 public LiveoUserProgramRepository(ILiveoDataContext dbContext) : base(dbContext.Context) {}