示例#1
0
 public IHttpActionResult GetReturnAll()
 {
     try
     {
         return(Ok(repo.GetAllStatuss()));
     }
     catch (Exception)
     {
         return(NotFound());
     }
 }