コード例 #1
0
 public CasinoController(IDocumentIdRetriever documentIdRetriever, IExemptionItemTypeLocalizator exemptionItemTypeLocalizator, ExemptionsService exemptionsService, IExemptionItemTypeDropDownListLocalizator exemptionItemTypeDropDownListLocalizator, YandexGeolocationService yandexGeolocationService)
 {
     _documentIdRetriever = documentIdRetriever;
     _exemptionItemTypeLocalizator = exemptionItemTypeLocalizator;
     _exemptionsService = exemptionsService;
     _exemptionItemTypeDropDownListLocalizator = exemptionItemTypeDropDownListLocalizator;
     _yandexGeolocationService = yandexGeolocationService;
 }
コード例 #2
0
ファイル: CityController.cs プロジェクト: alexidsa/civildoit
 public CityController(ExemptionsService exemptionsService)
 {
     _exemptionsService = exemptionsService;
 }