Example #1
0
 public OptionGroupRepository(EasySurveyStore_DevContext context)
 {
     _context = context;
 }
 public SurveyTemplateRepository(EasySurveyStore_DevContext context)
 {
     _context = context;
 }
 public QuestionTypeRepository(EasySurveyStore_DevContext context)
 {
     _context = context;
 }
 public CustomerRepository(EasySurveyStore_DevContext context)
 {
     _context = context;
 }
 public CommentRepository(EasySurveyStore_DevContext context)
 {
     _context = context;
 }
Example #6
0
 public AnswerGroupRepository(EasySurveyStore_DevContext context, IAnswerSectionRepository answerSectionRepository)
 {
     _context = context;
     _answerSectionRepository = answerSectionRepository;
 }
Example #7
0
 public AnswerSectionRepository(EasySurveyStore_DevContext context)
 {
     _context = context;
 }