Пример #1
0
 public ActionResult CreateAccount([FromBody] Account newAccount)
 {
     appServices.CreateAccount(newAccount);
     return(Ok());
 }