예제 #1
0
 public async Task <bool> Deletexcuda_Supplementary_unit(string id)
 {
     try
     {
         using (var t = new xcuda_Supplementary_unitClient())
         {
             return(await t.Deletexcuda_Supplementary_unit(id).ConfigureAwait(continueOnCapturedContext: false));
         }
     }
     catch (FaultException <ValidationFault> e)
     {
         throw new Exception(e.Detail.Message, e.InnerException);
     }
     catch (Exception)
     {
         Debugger.Break();
         throw;
     }
 }