Tests.ValueObjects.DateOfBirth.DateOfBirth C# (CSharp) Method

DateOfBirth() public method

public DateOfBirth ( System.DateTime dateOfBith ) : System
dateOfBith System.DateTime
return System
        public DateOfBirth(DateTime dateOfBith)
        {
            Date = dateOfBith.Date;
        }