using System.Common; using System; using System.Model; using System.Threading.Tasks; namespace System.IRepositories { public interface ISys_RoleFunctionRepository : IRepository { Task GetMenuAsync(int roleid); } }