This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
torabkheslat
/
example-voting-app
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b687b25230
Ramas
Etiquetas
duplicate_key
main
revert-54-connection_pooling
scout-fix
example-voti...
/
worker
/
dotnet
/
Worker
/
Data
/
IVoteData.cs
IVoteData.cs
115 B
Histórico
Raw
1
2
3
4
5
6
7
namespace Worker.Data
{
public interface IVoteData
{
void Set(string voterId, string vote);
}
}