using NG_2023_Kanban.DataLayer.Entities; namespace NG_2023_Kanban.DataLayer.Interfaces { public interface IUserRepository : IRepository { } }