class Program {
internal static Tuple
Model model = new Model { AuthorName = “Alap”,book=”Asp.Net Core”,DateOfIssue=new DateTime(),Status= true};
return Tuple.Create(8014, model, “PAF KIET”);
}
static void Main(string[] args) {
var person = Program.Get();
int id;
Model pers;
string Institute ;
}
}