feat: add user management, refs NOISSUE
This commit is contained in:
7
song_of_the_day/LDAPIntegration/Data/LdapUser.cs
Normal file
7
song_of_the_day/LDAPIntegration/Data/LdapUser.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
public class LdapUser
|
||||
{
|
||||
public string? UserId { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? Email { get; set; }
|
||||
}
|
Reference in New Issue
Block a user