Skip to content

Instantly share code, notes, and snippets.

@xavierzwirtz
Created April 22, 2020 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xavierzwirtz/a859f9d3be7b7475a5a42b197e0ba68e to your computer and use it in GitHub Desktop.
Save xavierzwirtz/a859f9d3be7b7475a5a42b197e0ba68e to your computer and use it in GitHub Desktop.
Imports BirdDogSoftware.Interfaces
Namespace Events
Public Class OrderEvents
Public Shared Sub Placed(
Order As IOrder
)
Order.Shipping_Date = System.DateTime.Now
End Sub
End Class
End Namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment