Moved all of the file paths to appsettings file.
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
namespace ReportingServices.Shared.ViewModels.ProductionReport;
|
||||
|
||||
public class SLLTool
|
||||
{
|
||||
public DateTime Date { get; set; }
|
||||
public int ASM { get; set; }
|
||||
public int HTR { get; set; }
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
namespace ReportingServices.Shared.ViewModels.ProductionReport;
|
||||
|
||||
public class UnloadTempsByDay
|
||||
{
|
||||
public DateTime Date { get; set; }
|
||||
public int ASMUnloadsBelow700 { get; set; }
|
||||
public int HTRUnloadsBelow700 { get; set; }
|
||||
}
|
Reference in New Issue
Block a user