Exemplo n.º 1
0
 public MarketoLeadService(IMarketoLeadClient marketoLeadClient, IOptions <MarketoConfiguration> marketoOptions)
 {
     _marketoLeadClient = marketoLeadClient;
     _marketoOptions    = marketoOptions;
     _userDataMapping   = new UserDataMapping();
 }