sync public allowlist from private myoffice
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
namespace MyOffice.Data.Repositories;
|
||||
|
||||
using DbContext;
|
||||
|
||||
public class AppRepository<TEntity> : RepositoryBase<TEntity> where TEntity : class
|
||||
{
|
||||
public AppRepository(AppDbContext context) : base(context)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user