Updated UnloadTemps repo to get data for whole week instead of just the last day.
This commit is contained in:
@ -12,6 +12,6 @@ namespace ReportingServices.Shared.Repositories
|
||||
public int GetNumberOfPartChanges(string startDate, string endDate);
|
||||
public QuarterlyTargets GetQuarterlyTargets();
|
||||
public List<Reactor> GetReactors();
|
||||
public List<RDS> GetRDSForLastDay();
|
||||
public List<RDS> GetRDSForLastDay(string date);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user