• Aziz Kapadia
  • March 27, 2023

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

{
    public Person SetPerson()
    {
       var person = new Person();
       person.Firstname = "Aziz";
       return person;
    }
}




You may also like


Comments