Skip to content
Snippets Groups Projects
Commit 570d162b authored by Jules Darold's avatar Jules Darold
Browse files

Added method signatures inside abstract interfaces in Shared.interfaces

parent 018f9bf2
No related branches found
No related tags found
3 merge requests!50Daroldju/fix/method signature in interfaces,!43Daroldju/fix/method signature in interfaces,!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