Esempio n. 1
0
 public string GetVotes(Votes voteKey)
 {
     return(Instance.CallFunction(_getVotes, voteKey.GetString()));
 }