예제 #1
0
 public TrackSessionViewModel(SessionSlot sessionSlot, ImageCache imageCache)
 {
     _sessionSlot = sessionSlot;
     _imageCache = imageCache;
 }
예제 #2
0
            public CorrespondenceFact CreateFact(FactMemento memento)
            {
                SessionSlot newFact = new SessionSlot(memento);

                return newFact;
            }