Exemplo n.º 1
0
 protected virtual void OnBefore(RepositoryEventArgs args)
 {
     BeforeEvent?.Invoke(this, args);
 }
Exemplo n.º 2
0
 protected virtual void OnFail(RepositoryEventArgs args)
 {
     FailEvent?.Invoke(this, args);
 }
Exemplo n.º 3
0
 protected virtual void OnComplete(RepositoryEventArgs args)
 {
     CompleteEvent?.Invoke(this, args);
 }
Exemplo n.º 4
0
 protected virtual void OnSuccess(RepositoryEventArgs args)
 {
     SuccessEvent?.Invoke(this, args);
 }