Beispiel #1
0
 public void UpdatePost(Post post)
 {
     UpdatePostCommand.Execute(new
     {
         post.Id,
         post.Content
     });
 }