using WIDESEA_IServices; using WIDESEAWCS_BasicInfoRepository; using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_BasicInfoService { public partial class Dt_StationManagerService : ServiceBase, IDt_StationManagerService { private readonly ISys_ConfigService _sys_ConfigService; public Dt_StationManagerService(IDt_StationManagerRepository BaseDal, ISys_ConfigService sys_ConfigService) : base(BaseDal) { _sys_ConfigService = sys_ConfigService; } } }