Beispiel #1
0
 public FCUServices(IFCURepository fcuRepository)
 {
     this.fcuRepository = fcuRepository;
 }
 public FCUTransactionServices(IFCUTransactionRepository fcuTrnxRepository, IFCURepository fcuRepository)
 {
     this.fcuTrnxRepository = fcuTrnxRepository;
     this.fcuRepository     = fcuRepository;
 }