Files
components/LiteCharms.Features/Email/Configuration/Account.cs
T
2026-05-13 20:06:24 +02:00

9 lines
165 B
C#

namespace LiteCharms.Features.Email.Configuration;
public class Account
{
public string? Username { get; set; }
public string? Password { get; set; }
}