toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.usecase
/
GetAllAttendance
Get
All
Attendance
data
class
GetAllAttendance
@
Inject
constructor
(
dao
:
AttendanceDao
)
Members
Constructors
Get
All
Attendance
Link copied to clipboard
@
Inject
constructor
(
dao
:
AttendanceDao
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
sort
:
Sort
=
Sort()
)
:
Flow
<
PagingData
<
AttendanceModel
>
>