public IndexController(ISapService sapService, ISapConnectorInterface sapConnectorInterface)
 {
     this._sapService            = sapService;
     this._sapConnectorInterface = sapConnectorInterface;
 }
Beispiel #2
0
 public BapiOrderController(ISapEDIService sapEDIService, ISapConnectorInterface sapConnectorInterface, IEdiService ediService)
 {
     this._sapEDIService         = sapEDIService;
     this._sapConnectorInterface = sapConnectorInterface;
     this._ediSerivice           = ediService;
 }