public ExceptionDataWrapperFilter(
     IOptions <MiCakeAspNetOptions> options,
     IDataWrapperExecutor wrapperExecutor)
 {
     _wrapperExecutor = wrapperExecutor;
     _options         = options.Value?.DataWrapperOptions;
 }
Exemplo n.º 2
0
 public DataWrapperExecutor_Tests()
 {
     _dataWrapperExecutor = new DefaultWrapperExecutor();
 }