コード例 #1
0
 public BusinessesController(
     IMapper mapper,
     MannuDbContext context)
 {
     _mapper  = mapper;
     _context = context;
 }
コード例 #2
0
 public AddressController(
     IMapper mapper,
     MannuDbContext context)
 {
     _context = context;
     _mapper  = mapper;
 }