Nguyễn Tấn Đạt
Results
2
issues of
Nguyễn Tấn Đạt
I've saw the docs about [Select](https://specification.ardalis.com/features/select.html). ```cs public class SitemapPageSpecification : Specification { public SitemapPageSpecification() { _ = Query .Where(e => !e.IsDeleted && !e.IsHiddenPage && e.Status == PageStatus.Published && e.PageTypeId...
I cannot save data for the class MyEntityNotWork because the Backing Field is not the camel case of the field. For the class MyEntity, it's working. Did I do anything...