This commit is contained in:
parent
8a3baab88f
commit
87e8c17309
9 changed files with 19456 additions and 68 deletions
|
|
@ -129,7 +129,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
}
|
||||
}
|
||||
|
||||
public async Task<List<GetProfileByRootIdDto>> GetEmployeeProfileByPositionAsync(dynamic empPosId, string? accessToken)
|
||||
public async Task<List<GetProfileByRootIdDto>> GetEmployeeProfileByPositionAsync(Guid rootId, dynamic empPosId, string? accessToken)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
@ -138,6 +138,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
|
||||
var body = new
|
||||
{
|
||||
rootId,
|
||||
empPosId
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue