Remove unless comments
This commit is contained in:
@@ -8,13 +8,6 @@ using skydiveLogs_api.Infrastructure.Interfaces;
|
||||
|
||||
namespace skydiveLogs_api.Infrastructure
|
||||
{
|
||||
/// <summary>
|
||||
/// Repository class for managing drop zone data in the database.
|
||||
/// Provides operations to add, retrieve, count, and update drop zone records.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This repository interacts with LiteDB to perform CRUD operations on drop zones.
|
||||
/// </remarks>
|
||||
public class DropZoneRepository : IDropZoneRepository
|
||||
{
|
||||
#region Public Constructors
|
||||
|
||||
Reference in New Issue
Block a user