public IActionResult GetGetPayrollMonthNoneTax(string month) { return(Ok(payrollService.GetPayrollMonth(payrollService.OrganisationId, month))); }