Exemple #1
0
 public ApiDefaultController(IProvinciaService provinciaService, ILocalidadService localidadService,
                             IAseguradoraService aseguradoraService, IConsultorioService consultorioService)
 {
     this.provinciaService   = provinciaService;
     this.localidadService   = localidadService;
     this.aseguradoraService = aseguradoraService;
     this.consultorioService = consultorioService;
 }
Exemple #2
0
 public AseguradoraController(IAseguradoraService AseguradoraService)
 {
     this.AseguradoraService = AseguradoraService;
 }