ПОСЛЕДНИЙ КОММИТ ЛЕГАСИ СЕРВЕРА

This commit is contained in:
v228a 2025-02-19 15:50:51 +03:00
parent 7d2f78fa4d
commit 3612959188

View File

@ -1,6 +1,7 @@
package ru.myitschool.work.domain.auth.repo
interface AuthorizationRepository {
//br
suspend fun login(username: String): Result<Unit>
suspend fun logout()