Skip to content
Snippets Groups Projects
Commit 3e6260fd authored by Boris Cazic's avatar Boris Cazic
Browse files

Merge branch 'daroldju/fix/methodSignatureInInterfaces' into 'data'

Daroldju/fix/method signature in interfaces

See merge request !42
parents dd926a1b 570d162b
No related branches found
No related tags found
1 merge request!42Daroldju/fix/method signature in interfaces
......@@ -3,13 +3,17 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Shared.data;
namespace Shared.interfaces
{
public interface Interface_Comm_calls_Data_Server
{
LightUser getUser();
List<LightUser> registerUser(LightUser lightUser);
void removeUser(int idJoueur);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment