コード例 #1
0
 public BaseController(MedicineInventoryContext context, IMapper mapper)
 {
     db          = context;
     this.mapper = mapper;
 }