Ran formatting through code
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
namespace ReportingServices.Shared.ViewModels.ProductionReport
|
||||
namespace ReportingServices.Shared.ViewModels.ProductionReport;
|
||||
|
||||
public class UnloadTempsByDay
|
||||
{
|
||||
public class UnloadTempsByDay
|
||||
{
|
||||
public DateTime Date { get; set; }
|
||||
public int ASMUnloadsBelow700 { get; set; }
|
||||
public int HTRUnloadsBelow700 { get; set; }
|
||||
}
|
||||
}
|
||||
public DateTime Date { get; set; }
|
||||
public int ASMUnloadsBelow700 { get; set; }
|
||||
public int HTRUnloadsBelow700 { get; set; }
|
||||
}
|
Reference in New Issue
Block a user