Пример #1
0
 public static string RANGE_DELETE(string RID)
 {
     try
     {
         return(CRBusinessLogicLayer.RANGE_DELETE(Convert.ToInt32(RID)).GetXml());
     }
     catch (Exception)
     {
         // ignored
     }
     return(null);
 }