コード例 #1
0
 public TbtarifHoraireGarageMarque ToModel()
 {
     return(new TbtarifHoraireGarageMarque()
     {
         IdGara = IdGara,
         IdMarque = IdMarque,
         IdTarifHor = IdTarifHor,
         MtTarif = MtTarif,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdGaraNavigation = IdGaraNavigation.ToModel(),
         IdMarqueNavigation = IdMarqueNavigation.ToModel(),
         IdTarifHorNavigation = IdTarifHorNavigation.ToModel(),
     });
 }
コード例 #2
0
ファイル: TbexpertiseDto.cs プロジェクト: nsankouakou/EAuto
 public Tbexpertise ToModel()
 {
     return(new Tbexpertise()
     {
         IdExpert = IdExpert,
         NumExpert = NumExpert,
         Kilometrage = Kilometrage,
         VuAvT = VuAvT,
         VuPdtT = VuPdtT,
         VuApT = VuApT,
         Duree = Duree,
         LieuVisite = LieuVisite,
         ValeurNeuve = ValeurNeuve,
         Depreciation = Depreciation,
         ValeurVenale = ValeurVenale,
         Avd = Avd,
         Avgp = Avgp,
         Ard = Ard,
         Arg = Arg,
         Indep = Indep,
         Reseau = Reseau,
         Hreseau = Hreseau,
         EuxMeme = EuxMeme,
         Inconnu = Inconnu,
         NonProf = NonProf,
         IdVeh = IdVeh,
         IdGara = IdGara,
         IdEtatEntretien = IdEtatEntretien,
         IdDoss = IdDoss,
         Idtypnote = Idtypnote,
         DatEnreg = DatEnreg,
         HeurEnreg = HeurEnreg,
         Typnote = Typnote,
         Numero = Numero,
         IdUser = IdUser,
         Epave = Epave,
         ValeurSauvetage = ValeurSauvetage,
         EconoIrrep = EconoIrrep,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdDossNavigation = IdDossNavigation.ToModel(),
         IdGaraNavigation = IdGaraNavigation.ToModel(),
         IdVehNavigation = IdVehNavigation.ToModel(),
         IdtypnoteNavigation = IdtypnoteNavigation.ToModel(),
         Tbconclusion = Tbconclusion,
         Tbdiscussion = Tbdiscussion,
         TbexpertiseDepannagePointChoc = TbexpertiseDepannagePointChoc,
         TbexpertiseEtatRapport = TbexpertiseEtatRapport,
         TbexpertiseFourniturePointChoc = TbexpertiseFourniturePointChoc,
         TbexpertisePointChoc = TbexpertisePointChoc,
         TbexpertisePourRecousPointChoc = TbexpertisePourRecousPointChoc,
         TbexpertiseRubriqueConstatationPointChoc = TbexpertiseRubriqueConstatationPointChoc,
         TbexpertiseRubriqueEstimation = TbexpertiseRubriqueEstimation,
         TbexpertiseRubriqueMo = TbexpertiseRubriqueMo,
         TbexpertiseTravauxExterieurPointChoc = TbexpertiseTravauxExterieurPointChoc,
         TbexpertiseTypeNote = TbexpertiseTypeNote,
         Tbphoto = Tbphoto,
         Tbpreambule = Tbpreambule,
     });
 }