no message
This commit is contained in:
parent
204a1abc4d
commit
e42dd1926b
3 changed files with 167 additions and 2 deletions
|
|
@ -88,5 +88,15 @@ namespace BMA.EHR.Application.Repositories
|
|||
}
|
||||
await _dbContext.SaveChangesAsync();
|
||||
}
|
||||
|
||||
//เกษียณอายุราชการ
|
||||
public async Task ExecuteRetirement()
|
||||
{
|
||||
//var retirePeriodOfficer = await _dbContext.Set<RetirementPeriod>()
|
||||
// .Include(x => x.RetirementRawProfiles.Where(y => y.Remove != "REMOVE"))
|
||||
// .Where(x => x.Year == DateTime.Now.Year)
|
||||
// .Where(x => x.Type.Trim().ToUpper().Contains("OFFICER"))
|
||||
// .FirstOrDefaultAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue