Created backend
This commit is contained in:
parent
37f949a850
commit
167f9574d2
27 changed files with 534 additions and 0 deletions
6
backend/SinkyShipsAPI/Repositories/PlayerRepository.cs
Normal file
6
backend/SinkyShipsAPI/Repositories/PlayerRepository.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace SinkyShipsAPI.Repositories;
|
||||
|
||||
public class PlayerRepository
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue