Created
March 2, 2022 23:48
-
-
Save sunnyy02/b136ac3c04cb2be5213e7ff1f990588e to your computer and use it in GitHub Desktop.
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
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