using System.Collections.Generic; namespace Infrastructure.Web { public interface IRoleService { List GetRoles(string userName); } }