Compare commits

..

No commits in common. "b0ae4863a93099ce481684e0a82be57c5649409f" and "c64898de105d445fba395235fe1d1bc29c5d1d40" have entirely different histories.

View file

@ -2149,7 +2149,6 @@ namespace BMA.EHR.Leave.Service.Controllers
};
_appDbContext.Set<Notification>().Add(noti1);
}
await _appDbContext.SaveChangesAsync();
// Get Officer List
var officers = await _userProfileRepository.GetOCStaffAsync(profile.Id, AccessToken);