Mission 7
unknown
csharp
a year ago
353 B
8
Indexable
namespace Checking
{
public class Child
{
public int Id;
public string firstName;
public string lastName;
public string fatherName;
public string motherName;
public string fatherPhone;
public string motherPhone;
public Month month;
public Child() { }
}
}Editor is loading...
Leave a Comment