コード例 #1
0
        public async Task <IActionResult> GetInvoices()
        {
            var response = await _shiftService.GetInvoices();

            return(Ok(new ApiOkResponse(response)));
        }