コード例 #1
0
 protected async Task <PlanDTO> UpdatePlan(PlanEmptyDTO plan)
 {
     return(await _hubCommunicator.UpdatePlan(plan));
 }