api คำขอโอน

This commit is contained in:
Kittapath 2023-08-04 16:17:57 +07:00
parent f878ef239e
commit f255b1e933
15 changed files with 13056 additions and 42 deletions

View file

@ -438,7 +438,7 @@ namespace BMA.EHR.OrganizationEmployee.Service.Controllers
return Success();
}
[HttpGet("position/{profileId:length(36)}")]
[HttpGet("position/profile/{profileId:length(36)}")]
public async Task<ActionResult<ResponseObject>> GetPositionEmployeeByProfile(Guid profileId)
{
var profile = await _context.Profiles.FindAsync(profileId);