Added Open NCR report.
This commit is contained in:
@ -24,4 +24,5 @@ public interface IScrapeDatabaseRepository
|
||||
public List<ScheduledEvent> GetScheduledEvents(string startDate, string endDate);
|
||||
public List<ReactorPSNWORuns> GetReactorPartChanges(string startDate, string endDate);
|
||||
public List<ReactorPSNWORuns> GetProjectedPartChanges(string startDate, string endDate);
|
||||
public List<NCR> GetCurrentNCRs();
|
||||
}
|
Reference in New Issue
Block a user