Remove unless comments
This commit is contained in:
@@ -7,14 +7,6 @@ using skydiveLogs_api.Infrastructure.Interfaces;
|
||||
|
||||
namespace skydiveLogs_api.Infrastructure
|
||||
{
|
||||
/// <summary>
|
||||
/// Repository class for managing gear data in the database.
|
||||
/// Provides operations to add, retrieve, count, and update gear records per user.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This repository interacts with LiteDB to perform CRUD operations on gear items.
|
||||
/// Each gear item is associated with a user, allowing for user-specific gear management.
|
||||
/// </remarks>
|
||||
public class GearRepository : IGearRepository
|
||||
{
|
||||
#region Public Constructors
|
||||
|
||||
Reference in New Issue
Block a user