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