Merge branch 'Test_HIR_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_HIR_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
e7046173f8
|
@ -19,6 +19,8 @@ public class HIRHospitalView : HIRHospitalAddOrEdit
|
|||
|
||||
public class HIRHospitalAddOrEdit
|
||||
{
|
||||
public Guid? Id { get; set; }
|
||||
|
||||
public string HospitalName { get; set; }
|
||||
public string HospitalAliasName { get; set; }
|
||||
public string Country { get; set; }
|
||||
|
|
|
@ -91,7 +91,7 @@ namespace IRaCIS.Application.Services
|
|||
return await query.FirstNotNullAsync();
|
||||
}
|
||||
|
||||
|
||||
[AllowAnonymous]
|
||||
[HttpPut]
|
||||
public async Task<IResponseOutput> UpdateDefaultHospital(Guid hirHospitalId)
|
||||
{
|
||||
|
@ -103,6 +103,7 @@ namespace IRaCIS.Application.Services
|
|||
return ResponseOutput.Ok();
|
||||
}
|
||||
|
||||
[AllowAnonymous]
|
||||
[HttpPost]
|
||||
public async Task<PageOutput<HIRHospitalView>> GetHIRHospitalList(HIRHospitalQuery inQuery)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue