Esempio n. 1
0
 public GeradorNotaFiscal(IEmailService emailService, ISAPService sapService, INFDao nfdao)
 {
     this.emailService = emailService;
     this.sapService   = sapService;
     this.nfdao        = nfdao;
 }
 public SAPController(ISAPService sapService, IOptions <PagingOptions> defaultPagingOptions)
 {
     _sapService          = sapService;
     _defaultPagingOption = defaultPagingOptions.Value;
 }