Example #1
0
 // GET: TreatyProportional
 public object Get()
 {
     try
     {
         return(TreatyProportionalMdl.get_treatyprops());
     }
     catch (Exception e)
     {
         return(new { state = false, message = "Server Error", exception = e });
     }
 }