Added Hold Report to the production reports.
This commit is contained in:
@ -19,4 +19,5 @@ public interface IScrapeDatabaseRepository
|
||||
public int GetLastUpTransaction(string reactorNumber);
|
||||
public OutsAndScrapTotal GetOutsAndScrapTotals(string startDate, string endDate);
|
||||
public DateTime GetQuarterStartDate();
|
||||
public List<HoldLot> GetCurrentHoldLots();
|
||||
}
|
Reference in New Issue
Block a user