Exemplo n.º 1
0
 public WorkoutResumenDTO(Workout wod)
 {
     this.id                 = wod.Id;
     this.fecha              = wod.Fecha;
     this.nombre             = wod.Nombre;
     this.workout_tipo       = wod.Tipo;
     this.entrenamiento_tipo = wod.SubTipo;
     this.grupo_tipo         = wod.GrupoTipo;
 }
Exemplo n.º 2
0
 public WorkoutResumenDTO(Workout wod)
 {
     this.id = wod.Id;
     this.fecha = wod.Fecha;
     this.nombre = wod.Nombre;
     this.workout_tipo = wod.Tipo;
     this.entrenamiento_tipo = wod.SubTipo;
     this.grupo_tipo = wod.GrupoTipo;
 }