C# 클래스 Tenant.Mvc.Core.Repositories.Tenant.ArtistRepository

상속: BaseRepository, IArtistRepository
파일 보기 프로젝트 열기: Microsoft/WingTipTickets

공개 메소드들

메소드 설명
AddNewArtist ( string artistName ) : PerformerModel
GetArtistById ( int artistId ) : PerformerModel
GetArtistByName ( String artistName ) : PerformerModel
GetArtists ( ) : List

메소드 상세

AddNewArtist() 공개 메소드

public AddNewArtist ( string artistName ) : PerformerModel
artistName string
리턴 Tenant.Mvc.Core.Models.PerformerModel

GetArtistById() 공개 메소드

public GetArtistById ( int artistId ) : PerformerModel
artistId int
리턴 Tenant.Mvc.Core.Models.PerformerModel

GetArtistByName() 공개 메소드

public GetArtistByName ( String artistName ) : PerformerModel
artistName String
리턴 Tenant.Mvc.Core.Models.PerformerModel

GetArtists() 공개 메소드

public GetArtists ( ) : List
리턴 List