Initial commit
Initial commit til Git. V2 er deployed
This commit is contained in:
10
PointOfSale/Pos.Ui/EpsonPrinter/Model/SaleOfDayDetail.cs
Normal file
10
PointOfSale/Pos.Ui/EpsonPrinter/Model/SaleOfDayDetail.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace EpsonPrinter.Model
|
||||
{
|
||||
public class SaleOfDayDetail
|
||||
{
|
||||
public string Category { get; set; }
|
||||
public decimal TotalSale { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user