Code smells

This commit is contained in:
Joseph Milazzo 2025-06-20 12:40:30 -05:00
parent 2af01b654d
commit ac6b9634a5
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@ using API.Entities;
using Microsoft.EntityFrameworkCore;
namespace API.Data.Repositories;
#nullable enable
public interface IMangaFileRepository
{