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