C# 클래스 MusicCatalogue.DataMappers.SongsMapper

파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy

공개 메소드들

메소드 설명
ToSongEntity ( SongModel songModel, IRepository albumsRepository, IRepository artistsRepository ) : Song
ToSongModel ( Song songEntity ) : SongModel

메소드 상세

ToSongEntity() 공개 정적인 메소드

public static ToSongEntity ( SongModel songModel, IRepository albumsRepository, IRepository artistsRepository ) : Song
songModel MusicCatalogue.DataTransferObjects.SongModel
albumsRepository IRepository
artistsRepository IRepository
리턴 MusicCatalogue.Models.Song

ToSongModel() 공개 정적인 메소드

public static ToSongModel ( Song songEntity ) : SongModel
songEntity MusicCatalogue.Models.Song
리턴 MusicCatalogue.DataTransferObjects.SongModel