Ejemplo n.º 1
0
 public BlogPost CreatePost(string title, string content, int authorId)
 {
     return(_authorRepository.CreatePost(title, content, authorId));
 }