public BusinessesController( IMapper mapper, MannuDbContext context) { _mapper = mapper; _context = context; }
public AddressController( IMapper mapper, MannuDbContext context) { _context = context; _mapper = mapper; }