add architecture skeleton
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace GymLogAI.Application.DTOs;
|
||||
|
||||
public sealed record ParsedExerciseSetDto(
|
||||
int Order,
|
||||
int? Repetitions,
|
||||
decimal? WeightKg,
|
||||
int? DurationSeconds,
|
||||
decimal? DistanceMeters,
|
||||
string? Notes);
|
||||
Reference in New Issue
Block a user