Пример #1
0
 /// <inheritdoc />
 protected override Task <bool> Executing(TContext data)
 {
     return(_provider.Executing(data));
 }