Exemplo n.º 1
0
 public DataManager(IOrderOperations orderOperations, IPostamatOperations postamatOperations)
 {
     Orders    = orderOperations;
     Postamats = postamatOperations;
 }
Exemplo n.º 2
0
 public PostamatsController(IPostamatOperations repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }