Exemplo n.º 1
0
 public async Task Reason(string caseN = null, [Remainder] string reason = null)
 {
     await modService.ReasonAsync(Context, caseN, reason);
 }