This commit is contained in:
Suphonchai Phoonsawat 2026-07-09 16:42:14 +07:00
parent 43740ec9b2
commit 775d42d293

View file

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