예제 #1
0
 public Player RedrawWinner(Int32 promotionId, Int32 bucketId, Int32 drawingId, Int32 userID)
 {
     return(BusinessLogic.RedrawWinner(promotionId, bucketId, drawingId, userID));
 }