C# Class openTill.Domain.DTO.SaleDTO

Exibir arquivo Open project: CIT275DevGroup/openTill Class Usage Examples

Public Properties

Property Type Description
DateOfSale System.DateTime
EmployeeID int
Id int
SaleItems List
Total decimal

Property Details

DateOfSale public_oe property

public DateTime,System DateOfSale
return System.DateTime

EmployeeID public_oe property

public int EmployeeID
return int

Id public_oe property

public int Id
return int

SaleItems public_oe property

public List SaleItems
return List

Total public_oe property

public decimal Total
return decimal