コード例 #1
0
 public void Post([FromBody] UserInterfaceModel value)
 {
     _businessLogicService.Save(
         new BusinessLogicEntity {
         Property = value.Property
     }
         );
 }