Exemplo n.º 1
0
 public AdresaController(Domasno_2Context context, IConfiguration configuration,
                         ILogger <AdresaController> logger, IOptions <CommonOptions> options, IMapper mapper)
 {
     _context       = context;
     _configuration = configuration;
     _logger        = logger;
     _options       = options.Value;
     _mapper        = mapper;
 }
Exemplo n.º 2
0
 public PublisherController(Domasno_2Context context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public TitleController(Domasno_2Context context)
 {
     _context = context;
 }
Exemplo n.º 4
0
        //private object _dataManager;

        public CustomerController(Domasno_2Context context, IMapper mapper)
        {
            _context = context;
            _mapper  = mapper;
        }