Exemple #1
0
 public async Task <IActionResult> GetDayPost()
 {
     return(new JsonResult(new APIResult <List <ListPostDTO> > {
         Data = await PostSvc.GetByDayCommentAsync()
     }));
 }