Пример #1
0
 public async Task <bool> AddItem([FromBody] Components item)
 {
     return(await _codeServices.AddItems(item.Component));
 }