public async Task <TData> DeleteFormJson([FromForm] string ids) { var obj = await _userBLL.DeleteForm(ids); return(obj); }