Esempio n. 1
0
 public Setting GetBy(ISpecification<Setting> specification)
 {
     return specification.SatisfyEntityFrom(this.Values.AsQueryable());
 }
 public AttachmentRule GetBy(ISpecification<AttachmentRule> specification)
 {
     return specification.SatisfyEntityFrom(this.Values.AsQueryable());
 }
Esempio n. 3
0
 public User GetBy(ISpecification<User> specification)
 {
     return specification.SatisfyEntityFrom(this.Values.AsQueryable());
 }