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