コード例 #1
0
 public HomeController()
 {
     _drugAmendmentConnectionService = new DrugAmendmentConnectionService();
 }
コード例 #2
0
 public HomeController(IAuthorizationProvider authorisationProvider,
                       IDrugAmendmentConnectionService drugAmendmentConnectionService)
 {
     AuthorisationProvider           = authorisationProvider;
     _drugAmendmentConnectionService = drugAmendmentConnectionService;
 }