mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 01:47:41 +00:00
Latest
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace WinStudentGoalTracker.DataAccess;
|
||||
|
||||
public class AdminCreateUserDto
|
||||
{
|
||||
public string? Email { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public string? Password { get; set; }
|
||||
public string? ProgramId { get; set; }
|
||||
public string? RoleId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user