Exemple #1
0
 public LineItemCommand(ISendgridService sendgridService, IOrderCloudClient oc, IMeProductCommand meProductCommand, IPromotionCommand promotionCommand, TelemetryClient telemetry)
 {
     _oc = oc;
     _sendgridService  = sendgridService;
     _meProductCommand = meProductCommand;
     _promotionCommand = promotionCommand;
     _telemetry        = telemetry;
 }
 public OrderCommand(
     ILocationPermissionCommand locationPermissionCommand,
     IOrderCloudClient oc,
     IPromotionCommand promotionCommand
     )
 {
     _oc = oc;
     _locationPermissionCommand = locationPermissionCommand;
     _promotionCommand          = promotionCommand;
 }