예제 #1
0
 public SubDomainRepository(Infrastructure.Interfaces.IUnitOfWork unit)
     : base(unit)
 {
 }
예제 #2
0
        //MasterRepository objMasterRepository = null;

        public InterviewPanelRepository(Infrastructure.Interfaces.IUnitOfWork unit)
            : base(unit)
        {
        }
예제 #3
0
 public MasterRepository(Infrastructure.Interfaces.IUnitOfWork unit)
     : base(unit)
 {
 }