Exemplo n.º 1
0
 public DateTime GetNextDrawingDateTime(Int32 promotionId, Int32 bucketId, DateTime drawingDateTime)
 {
     return(DateTime.Parse(BusinessLogic.GetNextDrawingDateTime(promotionId, bucketId, drawingDateTime).ToString()));
 }