vault backup: 2024-12-04 21:19:22

This commit is contained in:
2024-12-04 21:19:22 +03:30
parent 11c541fe65
commit 37b5d21676
293 changed files with 83077 additions and 462 deletions
@@ -0,0 +1,10 @@
namespace MyLibrary
{
public class Address
{
public string Street { get; set; }
public string City { get; set; }
public string State { get; set; }
public string Pincode { get; set; }
}
}