예제 #1
0
파일: Turn.cs 프로젝트: teci98/TelERP
 public Turn(string horainicio, string horafin)
 {
     this.gestor     = new GestorTurns();
     this.idturn     = gestor.getLastId() + 1;
     this.horainicio = horainicio;
     this.horafin    = horafin;
 }
예제 #2
0
파일: Turn.cs 프로젝트: teci98/TelERP
 public Turn()
 {
     this.gestor = new GestorTurns();
 }