コード例 #1
0
 public Setting GetBy(ISpecification<Setting> specification)
 {
     return specification.SatisfyEntityFrom(this.Values.AsQueryable());
 }
コード例 #2
0
 public AttachmentRule GetBy(ISpecification<AttachmentRule> specification)
 {
     return specification.SatisfyEntityFrom(this.Values.AsQueryable());
 }
コード例 #3
0
ファイル: FakeUserService.cs プロジェクト: Mike343/Netcoders
 public User GetBy(ISpecification<User> specification)
 {
     return specification.SatisfyEntityFrom(this.Values.AsQueryable());
 }