Exemple #1
0
 public IActionResult GetAccountProductOrder(int accountId)
 {
     return(Ok(_account.GetProductAccountSell(accountId)));
 }