예제 #1
0
 public ArtistService(IArtistDAL artist)
 {
     _artistDAL = artist;
 }
예제 #2
0
 public ArtistManager(IArtistDAL artistDAL)
 {
     _artistDAL = artistDAL;
 }
예제 #3
0
 public ArtistService(IArtistDAL dal)
 {
     artistDAL = dal;
 }
예제 #4
0
 public ArtistService(IArtistDAL dAL)
 {
     artistDAL = dAL;
 }