C# Class InjectableWebForms.DTO.DomainExtensions

Show file Open project: jglozano/samples

Public Methods

Method Description
ToDTO ( this person ) : PersonDTO
ToDomain ( this dto ) : Person

Method Details

ToDTO() public static method

public static ToDTO ( this person ) : PersonDTO
person this
return PersonDTO

ToDomain() public static method

public static ToDomain ( this dto ) : Person
dto this
return Domain.Person