fix before merge

This commit is contained in:
Suphonchai Phoonsawat 2024-06-13 13:10:13 +07:00
parent d7bfacb34e
commit ceaaa619c2
31 changed files with 921 additions and 704 deletions

Binary file not shown.

View file

@ -9,8 +9,6 @@
"BMA.EHR.Recruit.Service/1.0.0": {
"dependencies": {
"AWSSDK.S3": "3.7.103.35",
"BMA.EHR.Core": "1.0.0",
"BMA.EHR.Extensions": "1.0.4",
"CoreAdmin": "2.7.0",
"EPPlus": "6.1.3",
"Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.3",
@ -107,22 +105,6 @@
}
}
},
"BMA.EHR.Core/1.0.0": {
"runtime": {
"lib/net7.0/BMA.EHR.Core.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"BMA.EHR.Extensions/1.0.4": {
"runtime": {
"lib/net7.0/BMA.EHR.Extensions.dll": {
"assemblyVersion": "1.0.4.0",
"fileVersion": "1.0.4.0"
}
}
},
"BouncyCastle.NetCore/1.8.5": {
"runtime": {
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
@ -2884,20 +2866,6 @@
"path": "azure.identity/1.6.0",
"hashPath": "azure.identity.1.6.0.nupkg.sha512"
},
"BMA.EHR.Core/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-d6BdoeFq0BLoL54AY2+ftRVJTLczcJ0AadPP2c4QtFN6eU8xGRYjMlR65uxVdzij+TBqbcl0MbQuoUn6LAJZNw==",
"path": "bma.ehr.core/1.0.0",
"hashPath": "bma.ehr.core.1.0.0.nupkg.sha512"
},
"BMA.EHR.Extensions/1.0.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rXAYg7HV5RWQ8ZwDNQ8EBDgGgRQmWtVAo4RuU5kWl5jJRpdoayiMktPGbahnxTbazVMynahsibiOLylzGyTpyg==",
"path": "bma.ehr.extensions/1.0.4",
"hashPath": "bma.ehr.extensions.1.0.4.nupkg.sha512"
},
"BouncyCastle.NetCore/1.8.5": {
"type": "package",
"serviceable": true,

File diff suppressed because one or more lines are too long

View file

@ -181,6 +181,20 @@
<response code="401">ไม่ได้ Login เข้าระบบ</response>
<response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
</member>
<member name="M:BMA.EHR.Recruit.Service.Extensions.StringExtension.IsEmail(System.String)">
<summary>
Determines whether this instance is email.
</summary>
<param name="input">The input.</param>
<returns></returns>
</member>
<member name="M:BMA.EHR.Recruit.Service.Extensions.StringExtension.IsNumeric(System.String)">
<summary>
Determines whether this instance is numeric.
</summary>
<param name="input">The input.</param>
<returns></returns>
</member>
<member name="T:BMA.EHR.Recruit.Service.Migrations.InitialProject">
<inheritdoc />
</member>