10 lines
224 B
C#
10 lines
224 B
C#
namespace ReportingServices.Shared.ViewModels.ProductionReport
|
|
{
|
|
public class SLLTool
|
|
{
|
|
public DateTime Date { get; set; }
|
|
public int ASM { get; set; }
|
|
public int HTR { get; set; }
|
|
}
|
|
}
|