leaky-ships/backend/LeakyShipsAPI/Repositories/PlayerRepository.cs
aronmal cf92993e8a
Corrected project name
Replaced "Sinky" with "Leaky" in the backend
2022-08-06 22:30:25 +02:00

6 lines
No EOL
80 B
C#

namespace LeakyShipsAPI.Repositories;
public class PlayerRepository
{
}