Example #1
0
 public int DeletePromoCode(int pkid)
 {
     return(DALPromotion.DeletePromoCode(pkid));
 }