Ejemplo n.º 1
0
 public ProgramMManager(IUnitOfWork uow)
 {
     this.programrepo = uow.GetProgrammMRepository();
 }