예제 #1
0
 public PurchaseOrderService(INotificationService NotificationService, _ExchangeRate.IExchangeRateService exchangeRateService, IBudgetService budgetService)
 {
     this.NotificationService = NotificationService;
     this.exchangeRateService = exchangeRateService;
     this.budgetService       = budgetService;
 }
예제 #2
0
 public OrderRequest(_ExchangeRate.IExchangeRateService exchangeRateService, INotificationService NotificationService, IBudgetService budgetService)
 {
     this.exchangeRateService = exchangeRateService;
     this.NotificationService = NotificationService;
     this.budgetService       = budgetService;
 }