mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 11:07:41 +00:00
added first controller and corresponding stored procedures.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace WinStudentGoalTracker.Api.Configuration;
|
||||
|
||||
public static class ConfigHelper
|
||||
{
|
||||
public static IConfiguration Configuration { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user