Ejemplo n.º 1
0
 public void Init(OOPS.EntityManager em)
 {
     this.em = em;
     DisplayForm();
 }
Ejemplo n.º 2
0
 public Routes(OOPS.EntityManager em, OOPS.HandlerProvider hp)
 {
     this.em = em;
     this.hp = hp;
 }