using Models; using Sln.Imm.Daemon.Repository.service.@base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sln.Imm.Daemon.Repository.service { public interface IBaseRecordShutDownService : IBaseService { bool UpdateShutDownVal(int id); } }