Example #1
0
 public async Task Insert([FromBody] PlatformType platformType)
 {
     await platformTypeService.InsertAsync(platformType);
 }