Exemplo n.º 1
0
 protected virtual void OnBeforeQueryExecute(BeforeQueryExecuteEventArgs args) => BeforeQueryExecute?.Invoke(this, args);
Exemplo n.º 2
0
 void ILinquestService.OnBeforeQueryExecute(BeforeQueryEventArgs args)
 => BeforeQueryExecute?.Invoke(this, args);