コード例 #1
0
 public IHttpActionResult Group(int id)
 {
     return(Ok(db.GetGroupById(id)));
 }