예제 #1
0
 public void Add(ArtistDto artist)
 {
     _artistDao.Add(DtoConverter.Convert(artist));
 }