Exemple #1
0
 public ExamCardController(UnisolAPIdbContext context, IStudentServices studentServices, ISystemServices systemServices)
 {
     _context           = context;
     _studentServices   = studentServices;
     studentCredentials = new StudentCredential(_context, studentServices, systemServices);
     _financeUtilities  = new FinanceController(context, studentServices, systemServices);
 }
 public ImprestSurrenderController(IUnisolApiProxy unisolApiProxy, PortalCoreContext context, UnisolAPIdbContext unisolContext)
 {
     _unisolApiProxy = unisolApiProxy;
     _context        = context;
     _tokenValidator = new TokenValidator(_context);
     _unisolContext  = unisolContext;
 }
Exemple #3
0
 public SystemServices(IUnitOfWork unitOfWork, UnisolAPIdbContext unisolAPIdbContext, IConfiguration configuration, IStudentServices studentServices)
 {
     _unitOfWork         = unitOfWork;
     _unisolAPIdbContext = unisolAPIdbContext;
     _configuration      = configuration;
     _studentServices    = studentServices;
 }
Exemple #4
0
 public AcademicController(UnisolAPIdbContext context, IStudentServices studentServices, ISystemServices systemServices)
 {
     _context            = context;
     _studentServices    = studentServices;
     _systemServices     = systemServices;
     _studentCredentials = new StudentCredential(context, studentServices, systemServices);
 }
Exemple #5
0
 public PayslipController(UnisolAPIdbContext context, IConfiguration configuration, IStaffServices staffServices)
 {
     _context       = context;
     _configuration = configuration;
     _staffServices = staffServices;
     staffUtilities = new StaffUtilities();
 }
Exemple #6
0
 public ImprestController(UnisolAPIdbContext context, IStaffServices staffServices, IStudentServices studentServices)
 {
     _context         = context;
     _staffServices   = staffServices;
     _studentServices = studentServices;
     utils            = new Utils(context);
 }
Exemple #7
0
 public MemoController(IUnitOfWork unitOfWork, UnisolAPIdbContext context, IStaffServices staffServices,
                       IStudentServices studentServices)
 {
     _unitOfWork      = unitOfWork;
     _studentServices = studentServices;
     utils            = new Utils(context);
     _staffServices   = staffServices;
 }
Exemple #8
0
 public PNineController(UnisolAPIdbContext context, IConfiguration configuration, IStaffServices staffServices, IUnitOfWork unitOfWork)
 {
     _context       = context;
     _unitOfWork    = unitOfWork;
     _configuration = configuration;
     _staffServices = staffServices;
     staffUtilities = new StaffUtilities();
 }
Exemple #9
0
 public StaffServices(IUnitOfWork unitOfWork, IConfiguration configuration, UnisolAPIdbContext context)
 {
     _unitOfWork    = unitOfWork;
     _configuration = configuration;
     staffUtilities = new StaffUtilities();
     utils          = new Utils(context);
     _context       = context;
 }
Exemple #10
0
 public HostelBookingController(UnisolAPIdbContext context, IStudentServices studentServices,
                                ISystemServices systemServices, IConfiguration configuration)
 {
     _context           = context;
     _systemServices    = systemServices;
     _configuration     = configuration;
     _studentServices   = studentServices;
     studentCredentials = new StudentCredential(_context, studentServices, systemServices);
 }
Exemple #11
0
 public UnitsController(UnisolAPIdbContext context, IStudentServices studentServices, ISystemServices systemServices)
 {
     _context           = context;
     _studentServices   = studentServices;
     _systemServices    = systemServices;
     studentCredentials = new StudentCredential(context, studentServices, systemServices);
     campusDetails      = new CampusDetails(context);
     _financeUtilities  = new FinanceController(context, studentServices, systemServices);
 }
        public Campus360AcademicsController(UnisolAPIdbContext context, IPortalApiProxy portalProxy, IStudentServices studentServices, ISystemServices systemServices)
        {
            _context           = context;
            studentCredentials = new StudentCredential(context, studentServices, systemServices);
            _studentServices   = studentServices;
            _systemServices    = systemServices;

            campusDetails = new CampusDetails(context);
            _portalProxy  = portalProxy;
        }
Exemple #13
0
 public OnlineReportingController(UnisolAPIdbContext context, IStudentServices studentServices, ISystemServices systemServices)
 {
     _context           = context;
     _studentServices   = studentServices;
     studentCredentials = new StudentCredential(context, studentServices, systemServices);
 }
Exemple #14
0
 public HostelController(UnisolAPIdbContext context)
 {
     _context = context;
 }
Exemple #15
0
 public DepartmentRepository(UnisolAPIdbContext context) : base(context)
 {
     _context = context;
 }
Exemple #16
0
 public ProfileController(UnisolAPIdbContext context, IStaffServices staffServices, IStudentServices studentServices)
 {
     _context         = context;
     _staffServices   = staffServices;
     _studentServices = studentServices;
 }
Exemple #17
0
 public LoansController(UnisolAPIdbContext context, IConfiguration configuration)
 {
     _context       = context;
     _configuration = configuration;
 }
 public StudInvoiceAdjRepository(UnisolAPIdbContext context) : base(context)
 {
     _context = context;
 }
Exemple #19
0
 public ClaimsController(UnisolAPIdbContext context, IStaffServices staffServices)
 {
     _context       = context;
     _staffServices = staffServices;
 }
Exemple #20
0
 public IpPayslipController(UnisolAPIdbContext context, IConfiguration configuration, IStaffServices staffServices)
 {
     _context       = context;
     _configuration = configuration;
     _staffServices = staffServices;
 }
Exemple #21
0
 public TranscriptController(UnisolAPIdbContext context, IStudentServices studentServices, ISystemServices systemRepository)
 {
     _context          = context;
     studentCredential = new StudentCredential(context, studentServices, systemRepository);
 }
Exemple #22
0
 public UnitOfWork(UnisolAPIdbContext context)
 {
     _context       = context;
     Term           = new TermRepository(context);
     StudInvoiceAdj = new StudInvoiceAdjRepository(context);
     HrpSalProcess  = new HrpSalProcessRepository(context);
     StudentStatementModelVirtual = new StudentStatementRepository(context);
     MarkSheet                    = new MarkSheetRepository(context);
     Users                        = new UsersRepository(context);
     Department                   = new DepartmentRepository(context);
     Register                     = new GenericRepository <Register>(context);
     StudEnrolment                = new GenericRepository <StudEnrolment>(context);
     Class                        = new GenericRepository <Class>(context);
     ClassCourse                  = new GenericRepository <ClassCourse>(context);
     Csplanner                    = new GenericRepository <Csplanner>(context);
     CsplannerDetail              = new GenericRepository <CsplannerDetail>(context);
     OnlineReporting              = new GenericRepository <OnlineReporting>(context);
     Reporting                    = new GenericRepository <Reporting>(context);
     Programme                    = new GenericRepository <Programme>(context);
     ProgUnitReg                  = new GenericRepository <ProgUnitReg>(context);
     ProgUnitRegDetail            = new GenericRepository <ProgUnitRegDetail>(context);
     Subjects                     = new GenericRepository <Subjects>(context);
     Ttlecturer                   = new GenericRepository <Ttlecturer>(context);
     TtlecturerUnits              = new GenericRepository <TtlecturerUnits>(context);
     Grading                      = new GenericRepository <Grading>(context);
     Endstand                     = new GenericRepository <Endstand>(context);
     Accounts                     = new GenericRepository <Accounts>(context);
     StudInvoice                  = new GenericRepository <StudInvoice>(context);
     ReceiptBookCanc              = new GenericRepository <ReceiptBookCanc>(context);
     ReceiptBook                  = new GenericRepository <ReceiptBook>(context);
     StudSponsorBdcanc            = new GenericRepository <StudSponsorBdcanc>(context);
     MarkSymbols                  = new GenericRepository <MarkSymbols>(context);
     StudTranscriptsPortalResults = new GenericRepository <StudTranscriptsPortalResults>(context);
     FeesPolicy                   = new GenericRepository <FeesPolicy>(context);
     ProgCurriculum               = new GenericRepository <ProgCurriculum>(context);
     ProgCurriculumDetail         = new GenericRepository <ProgCurriculumDetail>(context);
     ProcOnlineReq                = new GenericRepository <ProcOnlineReq>(context);
     HrpEmployee                  = new GenericRepository <HrpEmployee>(context);
     HrpLeaveApp                  = new GenericRepository <HrpLeaveApp>(context);
     HrpIpprofile                 = new GenericRepository <HrpIpprofile>(context);
     HrpPayAcc                    = new GenericRepository <HrpPayAcc>(context);
     HrpSalPeriod                 = new GenericRepository <HrpSalPeriod>(context);
     HrpLeaveEntit                = new GenericRepository <HrpLeaveEntit>(context);
     HrpLeaveType                 = new GenericRepository <HrpLeaveType>(context);
     HrpLeaveGroups               = new GenericRepository <HrpLeaveGroups>(context);
     HrpLeavePeriod               = new GenericRepository <HrpLeavePeriod>(context);
     HrpLeaveRules                = new GenericRepository <HrpLeaveRules>(context);
     Pclaim                       = new GenericRepository <Pclaim>(context);
     Wfrouting                    = new GenericRepository <Wfrouting>(context);
     ItemUom                      = new GenericRepository <ItemUom>(context);
     ProcItems                    = new GenericRepository <ProcItems>(context);
     SysSetup                     = new GenericRepository <SysSetup>(context);
     FLBooking                    = new GenericRepository <FLBooking>(context);
     FLCategory                   = new GenericRepository <FLCategory>(context);
     FLTrips                      = new GenericRepository <FLTrips>(context);
     Eclaim                       = new GenericRepository <Eclaim>(context);
     EclaimUnits                  = new GenericRepository <EclaimUnits>(context);
     HrpService                   = new GenericRepository <HrpService>(context);
     FLVehicle                    = new GenericRepository <FLVehicle>(context);
     hrpEmpAccNo                  = new GenericRepository <HrpEmpAccNo>(context);
     hrpBank                      = new GenericRepository <HrpBank>(context);
     ImprestMemo                  = new GenericRepository <ImprestMemo>(context);
     ImprestMemoDetail            = new GenericRepository <ImprestMemoDetail>(context);
     GradeApproval                = new GenericRepository <GradeApproval>(context);
     StudSchools                  = new GenericRepository <StudSchools>(context);
     StudDependant                = new GenericRepository <StudDependant>(context);
     ESWorkRequests               = new GenericRepository <ESWorkRequest>(context);
     ESProjects                   = new GenericRepository <ESProject>(context);
     ESLocation                   = new GenericRepository <ESLocation>(context);
     ESWorkOrders                 = new GenericRepository <ESWorkOrder>(context);
     WFDocCentre                  = new GenericRepository <WfdocCentre>(context);
     WFDocCentreDetails           = new GenericRepository <WfdocCentreDetails>(context);
     Sup = new GenericRepository <Sup>(context);
 }
Exemple #23
0
 public CampusDetails(UnisolAPIdbContext context)
 {
     _context = context;
 }
Exemple #24
0
 public GenericRepository(UnisolAPIdbContext _context)
 {
     this._context = _context;
     _entities     = _context.Set <T>();
 }
Exemple #25
0
 public Utils(UnisolAPIdbContext context)
 {
     db = context;
 }
 public HrpSalProcessRepository(UnisolAPIdbContext context) : base(context)
 {
     _context = context;
 }
Exemple #27
0
 public UsersRepository(UnisolAPIdbContext context) : base(context)
 {
     _context = context;
 }
Exemple #28
0
 public LeaveController(UnisolAPIdbContext context, IStaffServices staffServices)
 {
     _context       = context;
     _staffServices = staffServices;
     utils          = new Utils(context);
 }
 public DepartmentController(UnisolAPIdbContext context)
 {
     _context = context;
 }
Exemple #30
0
 public FinanceController(UnisolAPIdbContext context, IStudentServices studentServices, ISystemServices systemServices)
 {
     _context           = context;
     studentCredentials = new StudentCredential(_context, studentServices, systemServices);
 }