using System.Common; using System; using System.Model; namespace System.IRepositories { public interface ISys_LoginLogsRepository : IRepository { } }