Mission 7

 avatar
unknown
csharp
a year ago
353 B
3
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