Ejemplo n.º 1
0
 public void AddProfilePost(Guid id, Post post)
 {
     _profileRepository.AddProfilePost(id, post);
 }