示例#1
0
 public void Change(PlayerDto winDto, List <PlayerDto> loseDtoList, int winCount)
 {
     this.winCount    = winCount;
     this.winDto      = winDto;
     this.loseDtoList = loseDtoList;
 }
 public void Change(PlayerDto winDto, PlayerDto loseDto)
 {
     this.winDto  = winDto;
     this.loseDto = loseDto;
 }