示例#1
0
 public System.Threading.Tasks.Task <ErcotAPITest.ErcotNodalService.MarketTransactionsResponse> MarketInfoAsync(ErcotAPITest.ErcotNodalService.MarketTransactionsRequest request)
 {
     return(base.Channel.MarketInfoAsync(request));
 }
示例#2
0
 public ErcotAPITest.ErcotNodalService.MarketTransactionsResponse MarketInfo(ErcotAPITest.ErcotNodalService.MarketTransactionsRequest request)
 {
     return(base.Channel.MarketInfo(request));
 }