|
пре 2 месеци | |
---|---|---|
.. | ||
Api | пре 2 месеци | |
Enums | пре 2 месеци | |
Providers | пре 2 месеци | |
Structures | пре 2 месеци | |
Api.meta | пре 2 месеци | |
ChangesModel.cs | пре 2 месеци | |
ChangesModel.cs.meta | пре 2 месеци | |
Enums.meta | пре 2 месеци | |
HistoryModel.cs | пре 2 месеци | |
HistoryModel.cs.meta | пре 2 месеци | |
IChangesModel.cs | пре 2 месеци | |
IChangesModel.cs.meta | пре 2 месеци | |
IHistoryModel.cs | пре 2 месеци | |
IHistoryModel.cs.meta | пре 2 месеци | |
IMainModel.cs | пре 2 месеци | |
IMainModel.cs.meta | пре 2 месеци | |
IModel.cs | пре 2 месеци | |
IModel.cs.meta | пре 2 месеци | |
IStartModel.cs | пре 2 месеци | |
IStartModel.cs.meta | пре 2 месеци | |
MainModel.cs | пре 2 месеци | |
MainModel.cs.meta | пре 2 месеци | |
Providers.meta | пре 2 месеци | |
README.md | пре 2 месеци | |
README.md.meta | пре 2 месеци | |
StartModel.cs | пре 2 месеци | |
StartModel.cs.meta | пре 2 месеци | |
Structures.meta | пре 2 месеци |
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.