Exemple #1
0
 public ArtistController(Context context)
 {
     this.artistRepository         = new ArtistRepository(context);
     this.artistmovementRepository = new ArtistMovementRepository(context);
     this.countryRepository        = new CountryRepository(context);
     this.styleRepository          = new StyleRepository(context);
     this.artworkRepository        = new ArtworkRepository(context);
 }
 public ArtistController(Context context)
 {
     this.artistRepository  = new ArtistRepository(context);
     this.imageRepository   = new ImageRepository(context);
     this.artworkRepository = new ArtworkRepository(context);
     this.stylesRepository  = new ArtistMovementRepository(context);
     this.likesRepository   = new LikesRepository(context);
     this.clientRepository  = new ClientRepository(context);
 }