Skip to content

Instantly share code, notes, and snippets.

@saasindustries
Created February 23, 2021 16:17
Embed
What would you like to do?
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