mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 08:47:42 +00:00
7 lines
159 B
C#
7 lines
159 B
C#
namespace WinStudentGoalTracker.Api.Configuration;
|
|
|
|
public static class ConfigHelper
|
|
{
|
|
public static IConfiguration Configuration { get; set; } = null!;
|
|
}
|