public StockItemDistributionService(IStockItemDistributionRepository stockitemdistributionRepository, IUnitOfWork unitOfWork, IListOfItemCodeRepository listofitemcoderepository, IGetAllItemsFromStkDistrbtnRepository GetAllItemsFromStkDistrbtnRepository) { this._stockitemdistributionRepository = stockitemdistributionRepository; this._unitOfWork = unitOfWork; this._GetAllItemsFromStkDistrbtnRepository = GetAllItemsFromStkDistrbtnRepository; this._listofitemcoderepository = listofitemcoderepository; }
public InwardItemFromSupplierService(IInwardItemsFromSupplierRepository InwardItemFromSupplierRepository, IUnitOfWork UnitOfWork, IListOfItemCodeRepository ListOfItemCodeRepository) { this._InwardItemFromSupplierRepository = InwardItemFromSupplierRepository; this._UnitOfWork = UnitOfWork; this._ListOfItemCodeRepository = ListOfItemCodeRepository; }