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