Example #1
0
 public void Delete(Type t, int id)
 {
     ContextCache.Remove(t.FullName, id);
 }