Remove unless comments
This commit is contained in:
@@ -7,15 +7,6 @@ using skydiveLogs_api.Infrastructure.Interfaces;
|
||||
|
||||
namespace skydiveLogs_api.Infrastructure
|
||||
{
|
||||
/// <summary>
|
||||
/// Repository class for managing jump data in the database.
|
||||
/// Provides operations to add, delete, retrieve, and update jump records per user.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This repository interacts with LiteDB to perform CRUD operations on jump records.
|
||||
/// Each jump record is associated with a user, aircraft, drop zone, gear, and jump type.
|
||||
/// Navigation properties are included for related entities to enable eager loading.
|
||||
/// </remarks>
|
||||
public class JumpRepository : IJumpRepository
|
||||
{
|
||||
#region Public Constructors
|
||||
|
||||
Reference in New Issue
Block a user