StockCountRecordManagement constructor

StockCountRecordManagement(
  1. int stockCountRecordId,
  2. ManageStockCountSystem manageStockCountSystem,
  3. Inventory inventory,
  4. dynamic icemployee,
  5. double countNumber,
  6. DateTime dateadd,
  7. DateTime dateedit,
)

Implementation

StockCountRecordManagement(
    this.stockCountRecordId, this.manageStockCountSystem,
    this.inventory, this.icemployee, this.countNumber,
    this.dateadd, this.dateedit);