This commit is contained in:
parent
01f16eaef4
commit
e7ba802279
2 changed files with 16 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ using Newtonsoft.Json.Linq;
|
|||
using Swashbuckle.AspNetCore.Annotations;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Security.Claims;
|
||||
using System.Text;
|
||||
|
||||
namespace BMA.EHR.Retirement.Service.Controllers
|
||||
{
|
||||
|
|
@ -2008,7 +2009,8 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
// .FirstOrDefaultAsync();
|
||||
|
||||
// var body = retirePeriodOfficer.RetirementProfiles
|
||||
// .Select(x => new {
|
||||
// .Select(x => new
|
||||
// {
|
||||
// profileId = x.profileId,
|
||||
// //lastUpdateUserId = UserId,
|
||||
// //lastUpdateFullName = FullName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue