コード例 #1
0
 public UserService(GroceryDistibutionDbContext _dbContext, IMapper _mapper)
 {
     dbContext = _dbContext;
     mapper    = _mapper;
 }
コード例 #2
0
 public CommonService(GroceryDistibutionDbContext _dbContext, IConfiguration _configuration, IMapper _mapper)
 {
     dbContext     = _dbContext;
     configuration = _configuration;
     mapper        = _mapper;
 }