Пример #1
0
 public CuentaCorrienteController(Lazaro.Orm.IEntityManager em, Lbl.Personas.Persona Persona)
 {
     this.Em         = em;
     this.Connection = em.Connection;
     this.Persona    = Persona;
 }
Пример #2
0
 public CuentaCorrienteController(Lazaro.Orm.IEntityManager em)
 {
     this.Em         = em;
     this.Connection = em.Connection;
 }