Ejemplo n.º 1
0
 public IEnumerable <FormFieldViewModel> GetAllFormFields()
 {
     return(MetadataSets.SelectMany(m => m.Fields));
 }