Пример #1
0
 public async Task <ActionResult <ChatroomViewModel> > Find(int id) => Ok(await _service.Find(id));