public ArtistsController() { this.dbContext = new PiecesDbContext(); }
public UsersController() { this.dbContext = new PiecesDbContext(); }
public VoteController() { this.dbContext = new PiecesDbContext(); }