コード例 #1
0
 public void DeletePlay(int playId)
 {
     _playFunctions.DeleteAPlay(playId);
 }