|
@@ -2993,7 +2993,7 @@ Order By Count Desc");
|
|
|
/// </summary>
|
|
|
/// <param name="_dto"></param>
|
|
|
/// <returns></returns>
|
|
|
- [HttpPost("DailypaymentTypeDataSave")]
|
|
|
+ [HttpPost("DailypaymentRange")]
|
|
|
[ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
|
|
|
public async Task<IActionResult> DailypaymentRange(DailypaymentTypeDataSaveDto _dto)
|
|
|
{
|