ghedeon
08/05/2018, 10:12 PMAuthUseCase
. But having one operation per usecase (i.e. LoginUsecase
, LogoutUsecase
, RefreshSessionUsecase
, etc) seems redundant, because you can as well just pull the corresponding Repository method. What's your comment on the matter?