示例#1
0
 public IEnumerable <Proposal> Read(Expression <Func <Proposal, bool> > filter)
 {
     return(_proposalRepository.Read(filter));
 }