示例#1
0
 public bool InserInTicketInventoryUnSold(ClsLottery objClsLottery, DataTable IntblTicketNo, int SaveStatus)
 {
     return(objBusinessLogicDbTrx.InserInTicketInventoryUnSold(objClsLottery, IntblTicketNo, SaveStatus));
 }
示例#2
0
 public bool UpdateInLottery(ClsLottery objLottery)
 {
     return(objBusinessLogicDbTrx.UpdateInLottery(objLottery));
 }
示例#3
0
 public bool InserInTicketInventoryClaimed(ClsLottery objClsLottery, DataTable IntblTicketNo)
 {
     return(objBusinessLogicDbTrx.InserInTicketInventoryClaimed(objClsLottery, IntblTicketNo));
 }
示例#4
0
 public bool InsertInLottery(ClsLottery objLottery)
 {
     return(objBusinessLogicDbTrx.InsertInLottery(objLottery));
 }