Example #1
0
 public BapiOrderController(ISapEDIService sapEDIService, ISapConnectorInterface sapConnectorInterface, IEdiService ediService)
 {
     this._sapEDIService         = sapEDIService;
     this._sapConnectorInterface = sapConnectorInterface;
     this._ediSerivice           = ediService;
 }
 public SAP_PriceListController(ISapEDIService sapEDIService)
 {
     this._sapEDIService = sapEDIService;
 }