Esempio n. 1
0
 public int CheckVoter(string fingerPrint, long electionId)
 {
     return(GeneralBL.CheckVoter(fingerPrint, electionId));
 }