示例#1
0
 public IHttpActionResult GetAllLines()
 {
     return(Ok(manager.FindAll()));
 }