Example #1
0
 public static IObservable <StateChange <RemoteEntity, EntityState <RemoteAttributes> > > StateAllChangesWithCurrent(this RemoteEntity entity)
 {
     return(entity.StateAllChangesWithCurrent <RemoteEntity, EntityState <RemoteAttributes>, RemoteAttributes>());
 }