Example #1
0
 //validate promo
 public static SqlDataReader checkpromo(string promo)
 {
     return(AnkapurRepository.checkpromo(promo));
 }