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