Exemplo n.º 1
0
 public IContext AfterResuming(Action handler)
 {
     _lifecycle.AfterResuming(handler);
     return(this);
 }