Example #1
0
 public Tbrembourssement ToModel()
 {
     return(new Tbrembourssement()
     {
         Idrembours = Idrembours,
         Librembours = Librembours,
         Idfact = Idfact,
         Idmodrglmt = Idmodrglmt,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdfactNavigation = IdfactNavigation.ToModel(),
         IdmodrglmtNavigation = IdmodrglmtNavigation.ToModel(),
     });
 }
Example #2
0
 public Tbreglement ToModel()
 {
     return(new Tbreglement()
     {
         Idreglmt = Idreglmt,
         Numreglmt = Numreglmt,
         Datreglmt = Datreglmt,
         NomMandant = NomMandant,
         Mtrglmt = Mtrglmt,
         Idfact = Idfact,
         Idmodrglmt = Idmodrglmt,
         NumeroRecu = NumeroRecu,
         NumeroCheque = NumeroCheque,
         NumeroCompte = NumeroCompte,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdfactNavigation = IdfactNavigation.ToModel(),
         IdmodrglmtNavigation = IdmodrglmtNavigation.ToModel(),
     });
 }