using ILogRepository; using WIDESEAWCS_Core.BaseRepository; using WIDESEAWCS_Model.Models; namespace LogRepository { public class DeviceAlarmLogRepository : RepositoryBase, IDeviceAlarmLogRepository { public DeviceAlarmLogRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) { } } }