Esempio n. 1
0
 public async Task <List <PostDto> > GetAllPosts()
 {
     return(await _postAppService.GetAllPosts());
 }