mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace Bit.Infrastructure.EntityFramework.Repositories.Queries
|
||||
namespace Bit.Infrastructure.EntityFramework.Repositories.Queries;
|
||||
|
||||
public interface IQuery<TOut>
|
||||
{
|
||||
public interface IQuery<TOut>
|
||||
{
|
||||
IQueryable<TOut> Run(DatabaseContext dbContext);
|
||||
}
|
||||
IQueryable<TOut> Run(DatabaseContext dbContext);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user