Esempio n. 1
0
 public bool SQSAdmin_Promotion_CheckMasterPromotionProductExist(int stateid, string productid)
 {
     return(dataAccess.CheckMasterPromotionProductExist(stateid, productid));
 }