fix : Leave and Insignia (Not Complete)
This commit is contained in:
parent
89b4c71dbd
commit
c85bece782
14 changed files with 18266 additions and 88 deletions
|
|
@ -147,6 +147,8 @@ namespace BMA.EHR.Application.Repositories.Reports
|
|||
|
||||
public async Task<dynamic> GetProfileInsignia(Guid id)
|
||||
{
|
||||
|
||||
|
||||
var profile = (from r in await _dbContext.Set<Profile>()
|
||||
.Include(x => x.Prefix)
|
||||
.Include(x => x.Position)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue