Exemplo n.º 1
0
 public SubmittedState(ICharterStateFactory charterStateFactory)
     : base(charterStateFactory)
 {
 }
Exemplo n.º 2
0
 public CharterState(ICharterStateFactory charterStateFactory)
 {
     _charterStateFactory = charterStateFactory;
 }
Exemplo n.º 3
0
 public OpenState(ICharterStateFactory charterStateFactory)
     : base(charterStateFactory)
 {
 }