public void Add(AddGoodDto dto) { _service.AddGood(dto); }
public int Add(AddGoodDto dto) { return(_service.AddGood(dto)); }