🚨 Implement IManager
continuous-integration/drone/push Build is passing Details

pull/104/head
Alexis Drai 3 years ago
parent 55436e15a9
commit cb4851c0ca

@ -48,5 +48,10 @@ namespace Data.EF.Players
{ {
throw new NotImplementedException(); throw new NotImplementedException();
} }
public PlayerEntity GetOneByID(Guid ID)
{
throw new NotImplementedException();
}
} }
} }

Loading…
Cancel
Save