Used queries to get data from scrape database instead of FabTime to use a single data source.
This commit is contained in:
@ -13,5 +13,8 @@ namespace ReportingServices.Shared.Repositories
|
||||
public QuarterlyTargets GetQuarterlyTargets();
|
||||
public List<Reactor> GetReactors();
|
||||
public List<RDS> GetRDSForLastDay(string date);
|
||||
public List<ReactorOutsByRDS> GetRDSRunBetweenDates(string startDate, string endDate);
|
||||
public List<ReactorEvent> GetReactorEvents(string startDate, string endDate, string reactorNumber);
|
||||
public ToolEvent GetLatestToolEvent(string toolID);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user