示例#1
0
 // GET: api/Authers
 public IEnumerable <Auther> GetAuthers()
 {
     return(db.GetAuthers());
 }