Ejemplo n.º 1
0
 public IActionResult IncludeTransactions(long Id) => Ok(_transactionServices.GetCustomerTransactions(Id));