This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
torabkheslat
/
example-voting-app
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
bba801925e
Ramos
Etiquetas
duplicate_key
main
revert-54-connection_pooling
scout-fix
example-voti...
/
worker
/
dotnet
/
Worker
/
Data
/
IVoteData.cs
IVoteData.cs
115 B
Histórico
Em bruto
1
2
3
4
5
6
7
namespace Worker.Data
{
public interface IVoteData
{
void Set(string voterId, string vote);
}
}