Skip to content

Instantly share code, notes, and snippets.

interface IAuthorization
{
String Item1 { get; set; }
String Item2 { get; set; }
String Item3 { get; set; }
}
public class App1Authorization
{
String Item1 { get; set; }