Exemple #1
0
 public String PopulateDrum(Int32 promoId, Int32 bucketId, DateTime drawingDateTime,
                            DateTime currentDate, DateTime checkInStart, DateTime checkInEnd, Int32 userID)
 {
     return(BusinessLogic.PopulateDrum(promoId, bucketId, drawingDateTime,
                                       currentDate, checkInStart, checkInEnd, userID));
 }