You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classes from ru.mystamps.web.dao.dto package shouldn't use classes from ru.mystamps.web.service.dto because dao shouldn't depend on service. Since c5e733b commit we have PurchaseAndSaleDto that uses Currency class. We should move Currency to ru.mystamps.web.dao.dto package.
Classes from
ru.mystamps.web.dao.dto
package shouldn't use classes fromru.mystamps.web.service.dto
because dao shouldn't depend on service. Since c5e733b commit we havePurchaseAndSaleDto
that usesCurrency
class. We should moveCurrency
toru.mystamps.web.dao.dto
package.Tech debt for: c5e733b (#198)
The text was updated successfully, but these errors were encountered: