Ejemplo n.º 1
0
 internal override void VisitBOOrderRelationCommand(AddBOOrderRelationCommand command)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 internal override void VisitBOOrderRelationCommand(AddBOOrderRelationCommand command)
 {
     this.ParseOrderRelationCommon(command);
 }
Ejemplo n.º 3
0
 internal abstract void VisitBOOrderRelationCommand(AddBOOrderRelationCommand command);