Wonky.Client/Wonky.Entity/DTO/B2BAdvisorInfo.cs
2023-07-22 17:39:35 +02:00

8 lines
No EOL
195 B
C#

namespace Wonky.Entity.DTO;
public class B2BAdvisorInfo
{
public string Name { get; set; } = "";
public string Phone { get; set; } = "";
public string Email { get; set; } = "";
}