namespace SafeHaven
{
public class Class
{
public string Name { get; set; }
public string Description { get; set; }
public decimal Balance { get; set; }
public int Amount { get; set; } = 0;
public void MakeCharacteristics() { }
public...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.