コード例 #1
0
 public async Task GetCase(string caseN = null)
 {
     await modService.GetCaseAsync(Context, caseN);
 }