case 4377 FIRST REAL CODE COMMIT SINCE APRIL 2023

This commit is contained in:
2023-11-02 20:40:49 +00:00
parent ce1e3f2b68
commit 6126fe977b
2 changed files with 3 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ namespace AyaNova.Api.Controllers
[HttpGet("contact-name-list/{id}")]
public async Task<IActionResult> GetContactNameList([FromRoute] long id)
{
//for case 4377
if (!serverState.IsOpen)
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));
CustomerBiz biz = CustomerBiz.GetBiz(ct, HttpContext);