示例#1
0
 public async Task <ActionResult <Editora> > GetById(int id) => await _service.EditoraById(id);