Exemplo n.º 1
0
 public ConceptVM FindConcept(string conceptId)
 {
     return(ConceptVM.Find(AllConcepts, conceptId));
 }