Exemple #1
0
 public string GetCheckLocation(string input)
 {
     try
     {
         return(ResponseControllerRepository.CheckLocation(input).ToString());
     }
     catch (Exception e)
     {
         throw new Exception("Failed", e);
     }
 }