Пример #1
0
 public ArtistController(IArtistBiz implementation)
 {
     bizLogic = implementation;
 }
 public ArtistController(IArtistBiz artist)
 {
     _artist = artist;
 }