using System.Collections.Generic; using Model; namespace BLL { public interface IDALGerUserMenu { IList GetList(string Username); } }