Example #1
0
 public int SaveGolfGrupo([FromBody] GolfGrupos grupos)
 {
     return(grupos.Save());
 }