แก้ข้อความnoti error

This commit is contained in:
Kittapath 2023-11-27 18:22:46 +07:00
parent d6e43a44bb
commit e510639947
3 changed files with 11 additions and 11 deletions

View file

@ -697,7 +697,7 @@ namespace BMA.EHR.DisciplineInvestigate.Service.Controllers
}
else
{
return Error(new Exception("ไม่พไฟล์นี้ในระบบ"), (int)StatusCodes.Status404NotFound);
return Error(new Exception("ไม่พไฟล์นี้ในระบบ"), (int)StatusCodes.Status404NotFound);
}
}
@ -787,7 +787,7 @@ namespace BMA.EHR.DisciplineInvestigate.Service.Controllers
}
else
{
return Error(new Exception("ไม่พไฟล์นี้ในระบบ"), (int)StatusCodes.Status404NotFound);
return Error(new Exception("ไม่พไฟล์นี้ในระบบ"), (int)StatusCodes.Status404NotFound);
}
}
@ -870,7 +870,7 @@ namespace BMA.EHR.DisciplineInvestigate.Service.Controllers
}
else
{
return Error(new Exception("ไม่พไฟล์นี้ในระบบ"), (int)StatusCodes.Status404NotFound);
return Error(new Exception("ไม่พไฟล์นี้ในระบบ"), (int)StatusCodes.Status404NotFound);
}
}
}