Example #1
0
 public static DataTable GetPromotionLog(string objectId, string objectType)
 {
     return(DALPromotion.GetPromotionLog(objectId, objectType));
 }