示例#1
0
 public async Task <IActionResult> GetDDL()
 {
     try
     {
         return(Ok(_objModule.GetForDropDownList().OrderBy(o => o.Id)));
     }
     catch (Exception e)
     {
         return(BadRequest(e.Message.ConvertExceptionToErrorInfo()));
     }
 }