Skip to content

Instantly share code, notes, and snippets.

View leddt's full-sized avatar

David Thibault leddt

View GitHub Profile
namespace Orders
{
public class Company
{
public string Id { get; set; }
public string ExternalId { get; set; }
public string Name { get; set; }
public Contact Contact { get; set; }
public Address Address { get; set; }
public string Phone { get; set; }