Exemplo n.º 1
0
 public override IDisposable Alert(AlertConfig config)
 {
     return(this.Present(AlertBuilder.AlertBuild(config)));
 }
Exemplo n.º 2
0
 public abstract IDisposable Alert(AlertConfig config);