Exemple #1
0
 public List <PostDto> GetPostsWithUserInformation()
 {
     return(_postDal.GetPostsWithUserInformation());
 }