api คำขอโอน
This commit is contained in:
parent
f878ef239e
commit
f255b1e933
15 changed files with 13056 additions and 42 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue