Skip to content

Instantly share code, notes, and snippets.

@ahmetkucukoglu
Last active November 3, 2023 20:45
Show Gist options
  • Save ahmetkucukoglu/ca5b32452a3bb54584ee5f96e2dc4eeb to your computer and use it in GitHub Desktop.
Save ahmetkucukoglu/ca5b32452a3bb54584ee5f96e2dc4eeb to your computer and use it in GitHub Desktop.
ConcreteState - NotDeliveredState
public class NotDeliveredState : ShipmentState
{
public override string ToString() => nameof(NotDeliveredState);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment