Exemplo n.º 1
0
 public BaseQueryHandler(IRepositoryQueries <TParameter> repository)
 {
     this.Repository = repository;
 }
Exemplo n.º 2
0
 public SingleQueryHandler(IRepositoryQueries <TParameter> repository)
 {
     this.repository = repository;
 }