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