C# Create Json file from two clases in one file in the same string
can you please help me. I need to create json from two different clases Here what I have: public class SmtpData { public string id { get; set; } public string settingName { get; set; } public string host {…