예제 #1
0
 public PersonService(KontokorrentV2Context kontokorrentContext)
 {
     this.kontokorrentContext = kontokorrentContext;
 }
 public KontokorrentsService(KontokorrentV2Context kontokorrentContext)
 {
     _kontokorrentContext = kontokorrentContext;
 }
예제 #3
0
 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;
 }