Example #1
0
 public object Search(string q)
 {
     try
     {
         return(PolicyLiabilityMdl.search_policys(q));
     }
     catch (Exception e)
     {
         return(new { state = false, message = "Server Error", exception = e });
     }
 }