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