Beispiel #1
0
 public Ballot GetByComputerCode()
 {
     return(AllForThisElection.FirstOrDefault(b => b.LocationGuid == UserSession.CurrentLocationGuid && b.ComputerCode == UserSession.CurrentComputerCode));
 }
Beispiel #2
0
 public Ballot GetByComputerCode()
 {
     return(AllForThisElection.FirstOrDefault(t => t.ComputerCode == UserSession.CurrentComputerCode));
 }