Example #1
0
 public DoctoresController()
 {
     service = new ServiceApiDoctores();
 }
Example #2
0
 public DoctoresController(ServiceApiDoctores service)
 {
     this.service = service;
 }