AppSettings.cs 286 B

12345678910
  1. // Copyright (c) .NET Foundation. All rights reserved.
  2. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
  3. namespace Benchmarks
  4. {
  5. public class AppSettings
  6. {
  7. public string ConnectionString { get; set; }
  8. }
  9. }