mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 05:17:41 +00:00
changed login flow to support 2 phase program selection login.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace WinStudentGoalTracker.DataAccess;
|
||||
|
||||
public class SelectProgramDto
|
||||
{
|
||||
public required string ProgramId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user