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