示例#1
0
 public bool SaveCouponData(SweepStakesData oSweep)
 {
     CanvasDALC cabc = new CanvasDALC();
     return cabc.SaveCouponData(oSweep);
 }