0
princedis created
Hi, I just restarted my project in ABP, Previously when I do a delete on ISoftDelete enabled entity, It set isDelete flag and other things and will not show on normal get. But Now when i call delete it throught error as
private readonly ISASRepositoryBase<Detail> _detailRepository;
public async Task SoftDeleteDetailAsync(int id)
{
await _detailRepository.DeleteAsync(id);
}
1 Answer(s)
-
0
Hi,
Can you share the error details ? It should be in the Logs.txt file under your web project.