コード例 #1
0
 public int DeletePointPacketConfig(PointPacketConfig pointpacketconfig)
 {
     _admin = new CampEventsAdminService.CampEventsAdminServiceClient();
     try
     {
         int rs = _admin.DeletePointPacketConfig(pointpacketconfig);
         _admin.Close();
         return(rs);
     }
     catch (Exception ex)
     {
         _admin.CloseCatch(ex, "DeletePointPacketConfig failed");
         return(0);
     }
 }