Exemple #1
0
        public static async Task <AppSettingStore <T> > Create(IMongoDatabase db)
        {
            var store = await AppSettingStore.Create(db);

            return(new AppSettingStore <T>(store));
        }