public Turn(string horainicio, string horafin) { this.gestor = new GestorTurns(); this.idturn = gestor.getLastId() + 1; this.horainicio = horainicio; this.horafin = horafin; }
public Turn() { this.gestor = new GestorTurns(); }