Skip to content

Instantly share code, notes, and snippets.

@sunnyy02
Created March 2, 2022 23:48
Show Gist options
  • Save sunnyy02/b136ac3c04cb2be5213e7ff1f990588e to your computer and use it in GitHub Desktop.
Save sunnyy02/b136ac3c04cb2be5213e7ff1f990588e to your computer and use it in GitHub Desktop.
namespace AppointmentBot
{
public class AppointmentDetails
{
public string Doctor { get; set; }
public string AppointmentDate { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment