using XF.Domain.Repository; namespace Hotline.Settings { public interface IUserFastMenuRepository : IRepository { } }