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

9 lines
151 B
C#

namespace LiteCharms.Features.Email.Models;
public class Party
{
public string? Name { get; set; }
public string? Address { get; set; }
}