예제 #1
0
        public static TotemSettings GetTotemApplicationConfigurationSettings()
        {
            var totemSettings = new TotemSettings();
            var appSettings   = Configuration.GetSection(nameof(TotemSettings));

            appSettings.Bind(totemSettings);

            return(totemSettings);
        }
예제 #2
0
 public PlaceOrderTests()
 {
     _totemSettings = Testing.GetTotemApplicationConfigurationSettings();
 }