Esempio n. 1
0
 public OrderController(IHostedPciService service, IHostedPciDataConverter converter, IHostedPciConfiguration configuration)
 {
     _service       = service;
     _converter     = converter;
     _configuration = configuration;
 }
 public DefaultController(IHostedPciService service, IHostedPciDataConverter converter, IHostedPciConfiguration configuration)
 {
     _service = service;
     _converter = converter;
     _configuration = configuration;
 }