Ejemplo n.º 1
0
 public HomeController(ISubjectInfoService subjectinfoInfoService, ISubjectOptionService subjectOptionService, ISubjectResultService subjectResultService, IPictureService pictureService)
 {
     _subjectinfoInfoService = subjectinfoInfoService;
     _subjectOptionService = subjectOptionService;
     _subjectResultService = subjectResultService;
     _pictureService = pictureService;
 }
Ejemplo n.º 2
0
 public GameController(ISubjectInfoService subjectInfoService, ISubjectOptionService subjectOptionService, ISubjectResultService subjectResultService)
 {
     _subjectInfoService = subjectInfoService;
     _subjectOptionService = subjectOptionService;
     _subjectResultService = subjectResultService;
 }