Beispiel #1
0
 public bool Exists(int id)
 {
     return(_contentService.Exists(id));
 }