Exemple #1
0
        public void AssignToService()
        {
            var @event = new CaseAssignedToService();

            Apply(@event);
            Append(Guid.NewGuid(), CaseAssignedToService.EventType, @event);
        }
Exemple #2
0
 private void Apply(CaseAssignedToService @event)
 {
     Status = CaseStatus.InProgress;
 }