Exemple #1
0
 public IEnumerable <Field> ListRelated(int contentId)
 {
     return(_fieldService.ListRelated(contentId));
 }