initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Application.Common.Repositories;
|
||||
|
||||
namespace Application.Common.CQS.Queries;
|
||||
|
||||
public interface IQueryContext : IEntityDbSet
|
||||
{
|
||||
IQueryable<T> Set<T>() where T : class;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user