public PersonService(KontokorrentV2Context kontokorrentContext) { this.kontokorrentContext = kontokorrentContext; }
public KontokorrentsService(KontokorrentV2Context kontokorrentContext) { _kontokorrentContext = kontokorrentContext; }
public BezahlungenService(KontokorrentV2Context kontokorrentV2Context) { _kontokorrentV2Context = kontokorrentV2Context; }
public AktionenService(KontokorrentV2Context kontokorrentV2Context, IKontokorrentsService kontokorrentsService) { this.kontokorrentV2Context = kontokorrentV2Context; this.kontokorrentsService = kontokorrentsService; }
public BenutzerService(KontokorrentV2Context kontokorrentContext, IKontokorrentsService kontokorrentsService) { _kontokorrentContext = kontokorrentContext; _kontokorrentsService = kontokorrentsService; }