Wonky.Client/Wonky.Entity/DTO/B2BAdvisorInfo.cs

8 lines
195 B
C#
Raw Normal View History

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