public DevolucionesController(IDevolucionService service) { _service = service; }
/// <summary> /// Vale controller constructor /// </summary> /// <param name="vale_service">Injects vale service</param> public DevolucionController(IDevolucionService devolucion_service) { this.devolucion_service = devolucion_service; }