示例#1
0
 public IActionResult GetMonthTax(string month)
 {
     return(Ok(payrollService.GetMonthTax(payrollService.OrganisationId, month)));
 }