示例#1
0
 public ProgramMManager(IUnitOfWork uow)
 {
     this.programrepo = uow.GetProgrammMRepository();
 }