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