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