Ejemplo n.º 1
0
 public int CreateTerm([FromBody] TermContract term)
 {
     return(m_termManager.CreateTerm(term));
 }