Example #1
0
 public void Delete(Project project)
 {
     _context.Entry(project).State = EntityState.Deleted;
 }