Пример #1
0
 public static bool CheckAddressAlreadyExist(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         bool isExist = AspxCommonProvider.CheckAddressAlreadyExist(aspxCommonObj);
         return(isExist);
     }
     catch (Exception e)
     {
         throw e;
     }
 }