using Domain; namespace DataLayer.Interfaces; public interface IPlayerRepository : IAbstractRepository { }