Exemple #1
0
 public IActionResult AddAccount([FromBody] AccountingVM accounting)
 {
     _accountService.AddAccounting(accounting);
     return(Ok());
 }