예제 #1
0
 protected virtual void OnBeforeQueryExecute(BeforeQueryExecuteEventArgs args) => BeforeQueryExecute?.Invoke(this, args);
예제 #2
0
 void ILinquestService.OnBeforeQueryExecute(BeforeQueryEventArgs args)
 => BeforeQueryExecute?.Invoke(this, args);