コード例 #1
0
 private async Task SetCurrentTerminAsync(TerminDto termin)
 {
     State.CurrentTerminId = termin.Id;
     await EventAggregator.PublishAsync(new CurrentTerminChanged(termin.Id));
 }
コード例 #2
0
 protected async Task TerminClickAsync(TerminDto termin)
 {
     await SetCurrentTerminAsync(termin);
 }