Exemple #1
0
 public bool Exists <TEntity>(HiveId id) where TEntity : TypedEntity
 {
     return(ChildSessions.Exists <TEntity>(id));
 }
 public bool Exists <TEntity>(HiveId id) where TEntity : AbstractSchemaPart
 {
     return(ChildSessions.Exists <TEntity>(id));
 }