Ejemplo n.º 1
0
 public void Update([FromBody] AddOrUpdatePlatformDTO platform)
 {
     _services.UpdatePlatform(platform);
 }