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