Ejemplo n.º 1
0
 public void  CreateProducts([FromBody] Products Products)
 {
     _repository.CreateProducts(Products);
 }