Beispiel #1
0
 public GiftOrdersController(IGiftOrderQueryService orderQueryService, IGiftOrderReportService orderReportService)
 {
     _giftorderQueryService  = orderQueryService;
     _giftorderReportService = orderReportService;
 }
 public GiftOrdersController(IGiftOrderQueryService orderQueryService, IGiftOrderReportService orderReportService)
 {
     _giftorderQueryService = orderQueryService;
     _giftorderReportService = orderReportService;
 }