This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
torabkheslat
/
example-voting-app
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9164019490
Rami (Branch)
Tag
duplicate_key
main
revert-54-connection_pooling
scout-fix
example-voti...
/
worker
/
dotnet
/
Worker
/
Data
/
IVoteData.cs
IVoteData.cs
115 B
Cronologia
Originale
1
2
3
4
5
6
7
namespace Worker.Data
{
public interface IVoteData
{
void Set(string voterId, string vote);
}
}