Exemple #1
0
 public Player DrawWinner(Int32 promotionId, Int32 bucketId, Int32 drawingId, Int32 userID, int drawingClientRowNumber)
 {
     return(BusinessLogic.DrawWinner(promotionId, bucketId, drawingId, userID, drawingClientRowNumber));
 }