コード例 #1
0
 public void Delete(object deleteObj)
 {
     _context.Remove(deleteObj);
     _context.SaveChanges();
 }