File tree Expand file tree Collapse file tree
01-contenedores/lemoncode-challenge Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040[Oo ]ut /
4141msbuild.log
4242msbuild.err
43- msbuild.wrn
43+ msbuild.wrn
44+
45+
46+
47+ # Docker
48+ .dockerignore
49+ compose.yaml
50+ Dockerfile
Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ public class Class
99 [ BsonRepresentation ( BsonType . ObjectId ) ]
1010 public string ? Id { get ; set ; }
1111
12- [ BsonElement ( "Name " ) ]
12+ [ BsonElement ( "name " ) ]
1313 public string Name { get ; set ; } = null ! ;
1414
15- [ BsonElement ( "Instructor " ) ]
15+ [ BsonElement ( "instructor " ) ]
1616 public string Instructor { get ; set ; } = null ! ;
1717
18- [ BsonElement ( "StartDate " ) ]
18+ [ BsonElement ( "startDate " ) ]
1919 public DateTime StartDate { get ; set ; }
2020
21- [ BsonElement ( "EndDate " ) ]
21+ [ BsonElement ( "endDate " ) ]
2222 public DateTime EndDate { get ; set ; }
2323
24- [ BsonElement ( "Duration " ) ]
24+ [ BsonElement ( "duration " ) ]
2525 public int Duration { get ; set ; } // En horas
2626
27- [ BsonElement ( "Level " ) ]
27+ [ BsonElement ( "level " ) ]
2828 public string Level { get ; set ; } = null ! ; // Beginner, Intermediate, Advanced
2929}
Original file line number Diff line number Diff line change 1+ .dockerignore
2+ Dockerfile
You can’t perform that action at this time.
0 commit comments