7 lines
No EOL
172 B
C#
7 lines
No EOL
172 B
C#
namespace StalwartSimpleLoginMiddleware.Models;
|
|
|
|
public class UpdateOwnerEmailInput
|
|
{
|
|
public string ApiKey { get; set; }
|
|
public string OwnerEmail { get; set; }
|
|
} |