C# 클래스 BeiDream.Demo.Service.Users.Dtos.UserDtoExtension

파일 보기 프로젝트 열기: BeiMeng/BeiDream

공개 메소드들

메소드 설명
ToDto ( this entity ) : UserDto
ToEntity ( this dto ) : User

메소드 상세

ToDto() 공개 정적인 메소드

public static ToDto ( this entity ) : UserDto
entity this
리턴 UserDto

ToEntity() 공개 정적인 메소드

public static ToEntity ( this dto ) : User
dto this
리턴 BeiDream.Demo.Domain.Model.User