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