Exemplo n.º 1
0
 public HomeController()
 {
     service = new PersonService();
 }
Exemplo n.º 2
0
 public WebApiController()
 {
     service = new PersonService();
 }