|
|
|
@ -9,12 +9,12 @@ namespace Gremlin.GremlinData.EntityClasses
|
|
|
|
public uint QuoteId { get; set; }
|
|
|
|
public uint QuoteId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
//foreign keys:
|
|
|
|
//foreign keys:
|
|
|
|
|
|
|
|
public uint? ContactId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//navigation properties:
|
|
|
|
public Contact Recipient { get; set; }
|
|
|
|
public Contact Recipient { get; set; }
|
|
|
|
public IList<LineItem> LineItems { get; set; }
|
|
|
|
public IList<LineItem> LineItems { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
//navigation properties:
|
|
|
|
|
|
|
|
//NONE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//class properties:
|
|
|
|
//class properties:
|
|
|
|
public Contact SalesRep { get; set; }
|
|
|
|
public Contact SalesRep { get; set; }
|
|
|
|
public string QuotationNumber { get; set; }
|
|
|
|
public string QuotationNumber { get; set; }
|
|
|
|
|