case 4377 FIRST REAL CODE COMMIT SINCE APRIL 2023
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user