Exemplo n.º 1
0
 public CasinoController(IDocumentIdRetriever documentIdRetriever, IExemptionItemTypeLocalizator exemptionItemTypeLocalizator, ExemptionsService exemptionsService, IExemptionItemTypeDropDownListLocalizator exemptionItemTypeDropDownListLocalizator, YandexGeolocationService yandexGeolocationService)
 {
     _documentIdRetriever = documentIdRetriever;
     _exemptionItemTypeLocalizator = exemptionItemTypeLocalizator;
     _exemptionsService = exemptionsService;
     _exemptionItemTypeDropDownListLocalizator = exemptionItemTypeDropDownListLocalizator;
     _yandexGeolocationService = yandexGeolocationService;
 }
Exemplo n.º 2
0
 public ExemptionsService(IExemptionItemTypeLocalizator exemptionItemTypeLocalizator)
 {
     _exemptionItemTypeLocalizator = exemptionItemTypeLocalizator;
 }