Exemplo n.º 1
0
 public DoctoresController()
 {
     service = new ServiceApiDoctores();
 }
Exemplo n.º 2
0
 public DoctoresController(ServiceApiDoctores service)
 {
     this.service = service;
 }