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;
 }