Ejemplo n.º 1
0
 public MigrantController(MigrantService migrantService)
 {
     _migrantService = migrantService;
 }