Exemplo n.º 1
0
 public virtual IEnumerable <TEntity> All()
 {
     return(_dapperRepository.All());
 }