Moved entity configurations to their own folder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace PostFundManagement.Domain.Configuration.Email;
|
||||
|
||||
public sealed class Account
|
||||
{
|
||||
public string? Username { get; set; }
|
||||
|
||||
public string? Password { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user