Exemplo n.º 1
0
 public IActionResult Post([FromBody] Shop shop)
 {
     _repository.CreateShop(shop);
     return(Ok());
 }