コード例 #1
0
ファイル: UserModel.cs プロジェクト: himanshu2603/ProWorld
        //  public List<Designa> IndustryList { get; set; }

        public ProfileModel()
        {
            UserProfessionalQualificationModel = new UserProfessionalQualificationBM();
            IndustryList = commonBL.GetIndustry();
            DegreeList   = commonBL.GetDegree();
            UserGeneralInformationModel        = new UserGeneralInformationBM();
            UserPersonalInformationModel       = new UserPersonalInformationBM();
            UserProfessionalQualificationModel = new UserProfessionalQualificationBM();
            UserQualificatinModel = new UserQualificatinBM();
            UserVideoModel        = new UserVideoBM();
        }