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