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