Last active
          November 3, 2023 20:45 
        
      - 
      
- 
        Save ahmetkucukoglu/ca5b32452a3bb54584ee5f96e2dc4eeb to your computer and use it in GitHub Desktop. 
    ConcreteState - NotDeliveredState
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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