using Demo.Domain.Models; namespace Demo.Data.Repository { public interface IAdminRepository { List GetAllGroup(); } }