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