Example #1
0
 public virtual bool isDeleted(DbEntity @object)
 {
     return(dbEntityCache.isDeleted(@object));
 }