Пример #1
0
 public bool expireHIT(string HITId)
 {
     try
     {
         client.ForceExpireHIT(HITId);
     }
     catch (Exception)
     {
         return(false);
     }
     return(true);
 }