Beispiel #1
0
        public JobsService()
        {
            DBService dsc = DBService.GetSqlInstance();

            jAssign       = new JobAssignmentService();
            jRates        = new JobRatesService();
            jBOQVariation = new JobBOQVariationService();
            jDocuments    = new JobDocumentsService();
            jComplaints   = new JobComplaintsService();
            jDefects      = new JobDefectsService();

            project         = new ProjectService();
            team            = new TeamService();
            subcontractor   = new SubContractorService();
            jobstatus       = new JobStatusService();
            projectjobtypes = new ProjectJobTypesService();
            projectRates    = new ProjectRatesService();
            members         = new MembersService();
            jobRates        = new JobRatesService();

            myconn = dsc.GetDBConnection();
        }