change method
Some checks failed
release-dev / release-dev (push) Failing after 12s

This commit is contained in:
Suphonchai Phoonsawat 2025-11-11 09:51:18 +07:00
parent 2187142668
commit 998ca38da8
2 changed files with 12 additions and 17 deletions

View file

@ -1575,6 +1575,11 @@ namespace BMA.EHR.Application.Repositories.Reports
}
}
public void CalculateInsigniaRequestBkkByType(string type = "officer")
{
CalInsigniaRequestBkkByType(type).GetAwaiter().GetResult();
}
//คำนวนผู้ได้รับเครื่องราชฯ
public async Task CalInsigniaRequestBkkByType(string type = "officer")
{