|
1 سال پیش | |
---|---|---|
.. | ||
Api | 1 سال پیش | |
Enums | 1 سال پیش | |
Providers | 1 سال پیش | |
Structures | 1 سال پیش | |
Api.meta | 1 سال پیش | |
ChangesModel.cs | 1 سال پیش | |
ChangesModel.cs.meta | 1 سال پیش | |
Enums.meta | 1 سال پیش | |
HistoryModel.cs | 1 سال پیش | |
HistoryModel.cs.meta | 1 سال پیش | |
IChangesModel.cs | 1 سال پیش | |
IChangesModel.cs.meta | 1 سال پیش | |
IHistoryModel.cs | 1 سال پیش | |
IHistoryModel.cs.meta | 1 سال پیش | |
IMainModel.cs | 1 سال پیش | |
IMainModel.cs.meta | 1 سال پیش | |
IModel.cs | 1 سال پیش | |
IModel.cs.meta | 1 سال پیش | |
IStartModel.cs | 1 سال پیش | |
IStartModel.cs.meta | 1 سال پیش | |
MainModel.cs | 1 سال پیش | |
MainModel.cs.meta | 1 سال پیش | |
Providers.meta | 1 سال پیش | |
README.md | 1 سال پیش | |
README.md.meta | 1 سال پیش | |
StartModel.cs | 1 سال پیش | |
StartModel.cs.meta | 1 سال پیش | |
Structures.meta | 1 سال پیش |
In this directory, we have all of the interfaces and implementations of the Models in the package's MVP architecture.
In Api/
we have the interfaces that the Models take to communicate with the backend.
In Enums/
and Structures/
we have the supporting data structures for the interfaces in Api/
.
In Providers/
we have the implementations of the interfaces in Api/
. At this moment only Collab.cs
exists.