예제 #1
0
 public IHttpActionResult GetDocumentTypeList()
 {
     try
     {
         return(Ok(_documentManagementService.GetDocumentTypeList()));
     }
     catch (System.Exception e)
     {
         return(InternalServerError(e));
     }
 }