Mission 7
unknown
csharp
2 years ago
442 B
9
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