mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-28 15:01:06 +03:00
play with storing valueobjects
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Ardalis.Specification;
|
||||
|
||||
namespace PracticeCalendar.Domain.Entities.Product.Specifications
|
||||
{
|
||||
public class AllProductsSpecification : Specification<Product>
|
||||
{
|
||||
public AllProductsSpecification()
|
||||
{
|
||||
Query.AsNoTracking();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user