Ejemplo n.º 1
0
 public Person Delete(int id)
 {
     return(personsService.Delete(id));
 }