chore: remove nullable enable and add comments

This commit is contained in:
Ike Kottlowski
2026-01-15 17:41:47 -05:00
parent c05d904e85
commit d5bebcb3fb
3 changed files with 14 additions and 12 deletions

View File

@@ -10,8 +10,6 @@ using Microsoft.Data.SqlClient;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
#nullable enable
namespace Bit.Infrastructure.EntityFramework.Auth.Repositories;
public class EmergencyAccessRepository : Repository<Core.Auth.Entities.EmergencyAccess, EmergencyAccess, Guid>, IEmergencyAccessRepository