8 lines
174 B
C#
8 lines
174 B
C#
namespace PostFundManagement.Domain.Configuration.Email;
|
|
|
|
public sealed class Account
|
|
{
|
|
public string? Username { get; set; }
|
|
|
|
public string? Password { get; set; }
|
|
} |