Beispiel #1
0
 public ProgramManager(IUnitOfWork uow)
 {
     this.repo = uow.GetProgramRepository();
 }