Exemplo n.º 1
0
 public PersonApplication(Element root)
 {
     this.Service = new PersonService();
     this.View    = new PersonView(root);
 }
Exemplo n.º 2
0
 public PersonApplication(Element root)
 {
     this.Service = new PersonService();
     this.View = new PersonView(root);
 }