Exemplo n.º 1
0
 public async Task <IActionResult> Chart(int workerID, int btnID)
 {
     return(Ok(await _workerService.Chart(workerID, btnID)));
 }