Exemple #1
0
 public PostComplex GetComplexById(int id)
 {
     return(_postDal.GetComplex(k => k.Post.Id == id));
 }