Ejemplo n.º 1
0
 private static void Add()
 {
     var person = new Person();
     Edit(person);
     PeopleService.Create(person);
 }