Ejemplo n.º 1
0
 public IEntitySyncState <TAtypeEntityId, TAtypeEntityVersion, TAtypeEntity, TBtypeEntityId, TBtypeEntityVersion, TBtypeEntity> CreateFor_Added_NotExisting(TAtypeEntityId aId, TAtypeEntityVersion newA)
 {
     return(_stateFactory.Create_CreateInB(aId, newA));
 }
 public IEntitySyncState <TAtypeEntityId, TAtypeEntityVersion, TAtypeEntity, TBtypeEntityId, TBtypeEntityVersion, TBtypeEntity, TContext> Create_Changed_Deleted(IEntityRelationData <TAtypeEntityId, TAtypeEntityVersion, TBtypeEntityId, TBtypeEntityVersion> knownData, TAtypeEntityVersion newA)
 {
     return(_factory.Create_CreateInB(knownData.AtypeId, newA));
 }