示例#1
0
 public void DeletePLayer(string playerid)
 {
     _teamPlayerRepository.Deleteplayer(playerid);
 }