Beispiel #1
0
 public Post CreatePost(Post post)
 {
     return(dbCtr.CreatePost(post));
 }