using System.Collections.Generic; using Model; namespace BLL { public interface IDALRelation { IList GetList(string RoleNum); bool SetPermission(AjaxRelation model); } }