mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 09:12:20 +00:00
8 lines
163 B
C#
8 lines
163 B
C#
namespace Application.Classes;
|
|
|
|
public class EmailContent
|
|
{
|
|
public required string Subject { get; set; }
|
|
|
|
public required string Content { get; set; }
|
|
} |