Beispiel #1
0
 public override ServiceTicket ValidateTransition(ServiceTicket entity, ServiceTicketState nextState, IDictionary <string, object> argumentsMap = null)
 {
     return(entity);
 }
Beispiel #2
0
 public override ServiceTicket Execute(ServiceTicket entity, ServiceTicketState nextState, IDictionary <string, object> argumentsMap = null)
 {
     entity.State = nextState;
     return(entity);
 }