Created
February 23, 2021 16:17
-
-
Save saasindustries/768c1b563e96b9c185f0a41573503827 to your computer and use it in GitHub Desktop.
This file contains 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 AdDetails{ | |
public string AdTitle { get; set; } | |
public string AdDescription { get; set; } | |
public string AdUrl { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment