Beispiel #1
0
 public Post GetPost(int id, bool withUsers = false, bool withComments = false, bool notDisabled = true)
 {
     return(dbCtr.GetPost(id, withUsers, withComments, notDisabled));
 }