using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using TEAMModelOS.Model.Core.Models; using TEAMModelOS.SDK.Module.AzureTable.Interfaces; namespace TEAMModelOS.Service.Core.Interfaces { public interface IRoleService : IBusinessService, IBaseService { //Task> FindRolesByDict(Dictionary dict); //Task FindRoleByDict(Dictionary dict); ////Task> FindSchoolRolesByDict(Dictionary dict); //Task FindRoleByRowKey(string rowKey); } }