Ejemplo n.º 1
0
 public PlayerConnectionRepository(INoSqlClient <Data.Model.PlayerConnection> client, IMapper mapper)
 {
     _client = client;
     _mapper = mapper;
 }
Ejemplo n.º 2
0
 public LobbyRepository(INoSqlClient <Data.Model.Lobby> client, ILobbyMapper mapper)
 {
     _client = client;
     _mapper = mapper;
 }