예제 #1
0
 public EFAllieviUnitOfWork(IAllieviRepository repo, ICorsiAllieviRepository CARepo, FinsaContext ctx)
 {
     this.CARepo = CARepo;
     this.repo   = repo;
     this.ctx    = ctx;
 }
예제 #2
0
 public AllieviController(IAllieviRepository repo)
 {
     this.repo = repo;
 }