Exemplo n.º 1
0
 public DataSet GetDrumHistory(Int32 promoId, Int32 bucketId)
 {
     return(BusinessLogic.GetDrumHistory(promoId, bucketId));
 }