Exemple #1
0
 public void Create([FromBody] ProductItem item)
 {
     bool result = _ProductItemRepo.Add(item);
 }