This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
ibz/software/1_sem/se-09-car_array/car_array/Auto.cs

7 lines
104 B
C#

namespace car_array
{
public class Auto
{
public string Autonummer { get; set; }
}
}