예제 #1
0
 public async Task <ActionResult <Post[]> > GetAll()
 {
     return(Ok(await _ctx.Read()));
 }