Wonky.Client/Wonky.Entity/Views/ActivityViewCompany.cs
2022-07-01 10:02:29 +02:00

11 lines
No EOL
342 B
C#

namespace Wonky.Entity.Views;
public class ActivityViewCompany
{
public string CompanyId { get; set; } = "";
public string Account { get; set; } = "";
public string Name { get; set; } = "";
public string ZipCity { get; set; } = "";
public string Phone { get; set; } = "";
public string VatNumber { get; set; } = "";
}