using EonaCat.gRPC.Core.Entities; namespace EonaCat.gRPC.Core.Interfaces.Repositories; public interface IUserRepository : IBaseRepository { }