Ejemplo n.º 1
0
 public async Task <List <PostDto> > GetEntityPost(EntityType entityType, long id)
 {
     return(await _postAppService.GetEntityPost(entityType, id));
 }