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