예제 #1
0
 public static BaseStockQuotation PublishProposal(this StockQuotationProposal quotationProposal,
                                                  IMediator _newYorkStockExchange)
 {
     _newYorkStockExchange.Publish(quotationProposal).Wait();
     return(quotationProposal);
 }
예제 #2
0
 public static StockQuotationProposal LogQuotationProposal(this StockQuotationProposal quotationProposal)
 {
     Notifications.LogQuotationProposal(quotationProposal);
     return(quotationProposal);
 }