Exemple #1
0
 public bool UpdateInLotteryType(ClsLotteryType objLotteryType)
 {
     return(objBusinessLogicDbTrx.UpdateInLotteryType(objLotteryType));
 }
Exemple #2
0
 public bool InsertInLotteryType(ClsLotteryType objLotteryType)
 {
     return(objBusinessLogicDbTrx.InsertInLotteryType(objLotteryType));
 }