public StringResourcesWithI18NTest()
        {
            var provider = Utility.BuildProvider();

            _i18N = provider.GetRequiredService <I18NWithResx>();
        }
示例#2
0
        public void Setup()
        {
            var provider = Utility.BuildProvider();

            _i18N = provider.GetRequiredService <I18NWithResx>();
        }