Exemplo n.º 1
0
 public OAuthApp(IOAuthRepository oauthRepository, IAutoMapperAdapter mapper)
 {
     _oauthRepository = oauthRepository;
     _mapper          = mapper;
 }
Exemplo n.º 2
0
 public ProdutoApp(IProdutoRepository produtoRepository, IAutoMapperAdapter mapper)
 {
     _produtoRepository = produtoRepository;
     _mapper            = mapper;
 }