public AppServicoPadrao(IServicoPadrao <TEntity> servicoPadrao, IMapper iMapper)
 {
     _iMapper       = iMapper;
     _servicoPadrao = servicoPadrao;
 }
Пример #2
0
 public AppServicoPadrao(IServicoPadrao <TEntity> servicoPadrao)
 {
     _servicoPadrao = servicoPadrao;
 }
 public ServicoDeAplicacaoPadrao(IServicoPadrao <TEntity> servicoPadrao)
 {
     this.servicoPadrao = servicoPadrao;
 }