Added Open NCR report.
This commit is contained in:
@ -70,4 +70,7 @@ public class ScrapeDBController : ControllerBase
|
||||
|
||||
[HttpGet("GetProjectedPartChanges")]
|
||||
public List<ReactorPSNWORuns> GetProjectedPartChanges(string startDate, string endDate) => _scrapeDBRepository.GetProjectedPartChanges(startDate, endDate);
|
||||
|
||||
[HttpGet("GetCurrentNCRs")]
|
||||
public List<NCR> GetCurrentNCRs() => _scrapeDBRepository.GetCurrentNCRs();
|
||||
}
|
Reference in New Issue
Block a user