コード例 #1
0
 public EntityDispatcherFactory(
     IServiceProvider serviceProvider
     , EntityOptions options)
 {
     this.Options = options ?? new EntityOptions();
 }
コード例 #2
0
        // private Dictionary<string, IEntityConcreteFactory> _FactoryByAuthenticationMode;

        // EntityOptions
        public EntityDispatcherFactory(
            IServiceProvider serviceProvider
            , IOptions <EntityOptions> options)
        {
            this.Options = options.Value ?? new EntityOptions();
        }