public ZborService(IZborRepository repo) { this.repo = repo; }
public BiletService(IBiletRepository repoB, IClientRepository repoC, IZborRepository repoZ) { this.repoB = repoB; this.repoC = repoC; this.repoZ = repoZ; }