コード例 #1
0
 public ButtonController(IDonateAnywhereRequestContextFactory contextFactory, IDonateAnywhereService donateAnywhereService)
 {
     _contextFactory = contextFactory;
     _donateAnywhereService = donateAnywhereService;
 }
コード例 #2
0
 public LandingPageController(IDonateAnywhereRequestContextFactory contextFactory, IDonateAnywhereService donateAnywhereService)
 {
     _contextFactory = contextFactory;
     _donateAnywhereService = donateAnywhereService;
 }