Beispiel #1
0
 public void CreateNewBlog(string url, string author)
 {
     _crudManager.CreateBlog(url, author);
     PopulateBlogBox();
 }