AutoMapper.UnitTests.Constructors.When_constructor_matches_with_prefix_and_postfix.PersonDto.PersonDto C# (CSharp) Method

PersonDto() public method

public PersonDto ( string name ) : System
name string
return System
            public PersonDto(string name)
            {
                this.name = name;
            }
When_constructor_matches_with_prefix_and_postfix.PersonDto