7 lines
No EOL
159 B
C#
7 lines
No EOL
159 B
C#
namespace StalwartSimpleLoginMiddleware.Models;
|
|
|
|
public class MemberInput
|
|
{
|
|
public string Email { get; set; }
|
|
public bool IsExternal { get; set; }
|
|
} |