Exemplo n.º 1
0
 public JsonResult GetDocProofTypes()
 {
     try
     {
         return(Json(GlobalMethod.GetDocProofTypes()));
     }
     catch (Exception)
     {
         return(Json("Invalid Error"));
     }
 }