public TrackSessionViewModel(SessionSlot sessionSlot, ImageCache imageCache) { _sessionSlot = sessionSlot; _imageCache = imageCache; }
public CorrespondenceFact CreateFact(FactMemento memento) { SessionSlot newFact = new SessionSlot(memento); return newFact; }