Beispiel #1
0
 public Post GetByMediaId(Media media)
 {
     return(_context.GetByMediaId(media));
 }