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