コード例 #1
0
 public List <ScoreStatus> GetWinner()
 {
     return(_scoreRepo.GetWinner());
 }