public PharmacyInventoryManager(EmporoContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
示例#2
0
 public ItemManager(EmporoContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }