|
@@ -189,7 +189,7 @@ public class IndustryController : BaseController
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
[HttpPost("practitioner")]
|
|
|
- public async Task<string> AddPractitionerAsync([FromBody]AddBatchPractitionerInDto dto)
|
|
|
+ public async Task<string> AddPractitionerAsync([FromBody]AddPractitionerInDto dto)
|
|
|
=> await _industryApplication.AddPractitionerAsync(dto);
|
|
|
|
|
|
/// <summary>
|