public void UpdateLotteryGame(C_Lottery_Game lotteryGame) { this.DB.GetDal <C_Lottery_Game>().Update(lotteryGame); }
public void AddLotteryGame(C_Lottery_Game entity) { this.DB.GetDal <C_Lottery_Game>().Add(entity); }