SyntaxFix
Write A Post
Hire A Developer
Questions
Using EntityFramework.Plus could be an option:
dbContext.Employ.Where(e => e.Id == 1).Delete();
More examples are available here