Example #1
0
 public bool DeleteInLotteryType(Int64 InDataUniqueId)
 {
     return(objBusinessLogicDbTrx.DeleteInLotteryType(InDataUniqueId));
 }