using WIDESEA_IServices; using WIDESEA_Model.Models.Basic; using WIDESEAWCS_BasicInfoRepository; namespace WIDESEAWCS_BasicInfoService { public partial class Dt_InventoryRecordService : ServiceBase, IDt_InventoryRecordService { private readonly ISys_ConfigService _sys_ConfigService; public Dt_InventoryRecordService(IDt_InventoryRecordRepository BaseDal, ISys_ConfigService sys_ConfigService) : base(BaseDal) { _sys_ConfigService = sys_ConfigService; } } }