Esempio n. 1
0
 public IActionResult signUp([FromBody] Customer customer)
 {
     return(Ok(ch.signUp(customer)));
 }