Exemple #1
0
 public void RegisterContext(Context context)
 {
     _context = context;
 }
Exemple #2
0
 public Workflow()
 {
     Context = new Context();
 }