This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
torabkheslat
/
example-voting-app
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
a33c638b2f
Ranting
Tag
duplicate_key
main
revert-54-connection_pooling
scout-fix
example-voti...
/
worker
/
dotnet
/
Worker
/
Data
/
IVoteData.cs
IVoteData.cs
115 B
Riwayat
Mentahan
1
2
3
4
5
6
7
namespace Worker.Data
{
public interface IVoteData
{
void Set(string voterId, string vote);
}
}