1
0

8 lines
172 B
C#

namespace Flawless.Communication.Request;
public record UserContactModifyResponse
{
public string? Email { get; set; }
public string? Phone { get; set; }
}