public PriceService(IPriceDAL priceDAL) { _priceDAL = priceDAL; }
public PriceManager(IPriceDAL context) { _context = context; }