示例#1
0
 public BaseQueryHandler(IRepositoryQueries <TParameter> repository)
 {
     this.Repository = repository;
 }
 public SingleQueryHandler(IRepositoryQueries <TParameter> repository)
 {
     this.repository = repository;
 }