public PostMethodExecutionAttribute(bool enabled = true)
 {
     this._methodCallHandler = new PostMethodExecutionHandler(enabled);
 }
 public PostMethodExecutionAttribute()
 {
     this._methodCallHandler = new PostMethodExecutionHandler();
 }
 public PostMethodExecutionAttribute(bool enabled = true)
 {
     this._methodCallHandler = new PostMethodExecutionHandler(enabled);
 }
Exemplo n.º 4
0
 public PostMethodExecutionAttribute()
 {
     this._methodCallHandler = new PostMethodExecutionHandler();
 }