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 favorite drop zone data in the database.
|
||||
/// Provides operations to add, delete, retrieve, and manage favorite drop zones per user.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This repository interacts with LiteDB to perform operations on favorite drop zones,
|
||||
/// where each favorite drop zone is associated with both a user and a drop zone.
|
||||
/// </remarks>
|
||||
public class FavoriteDropZoneRepository : IFavoriteDropZoneRepository
|
||||
{
|
||||
#region Public Constructors
|
||||
|
||||
Reference in New Issue
Block a user