using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_Model.Models; namespace ILogService { public interface IDeviceAlarmLogService : IService { } }