コード例 #1
0
 public Grupos Add([FromBody] Grupos Grupo)
 {
     Grupo.Agregar();
     return(Grupo);
 }