Beispiel #1
0
 public ProgramSubManager(IUnitOfWork uow)
 {
     this.repository = uow.getProgramSubRepository();
 }