Merge branch 'develop' into working

This commit is contained in:
Suphonchai Phoonsawat 2024-07-02 18:03:53 +07:00
commit 2ad923c737

View file

@ -421,7 +421,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
});
// }
// }
//await _context.SaveChangesAsync();
await _context.SaveChangesAsync();
return Success();
}