Esempio n. 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;
 }
Esempio n. 6
0
 public AnswerGroupRepository(EasySurveyStore_DevContext context, IAnswerSectionRepository answerSectionRepository)
 {
     _context = context;
     _answerSectionRepository = answerSectionRepository;
 }
Esempio n. 7
0
 public AnswerSectionRepository(EasySurveyStore_DevContext context)
 {
     _context = context;
 }