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