Esempio n. 1
0
 protected virtual async Task FireExit(IExitContext context)
 {
     await OnExit.InvokeAsync(context);
 }