Example #1
0
 public Drum GetDrum(Int32 promoId, Int32 bucketId)
 {
     return(BusinessLogic.GetDrum(promoId, bucketId));
 }