コード例 #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();
 }