lstmdg cfdbf69074 2023.7.28 1 år sedan
..
Api cfdbf69074 2023.7.28 1 år sedan
Enums cfdbf69074 2023.7.28 1 år sedan
Providers cfdbf69074 2023.7.28 1 år sedan
Structures cfdbf69074 2023.7.28 1 år sedan
Api.meta cfdbf69074 2023.7.28 1 år sedan
ChangesModel.cs cfdbf69074 2023.7.28 1 år sedan
ChangesModel.cs.meta cfdbf69074 2023.7.28 1 år sedan
Enums.meta cfdbf69074 2023.7.28 1 år sedan
HistoryModel.cs cfdbf69074 2023.7.28 1 år sedan
HistoryModel.cs.meta cfdbf69074 2023.7.28 1 år sedan
IChangesModel.cs cfdbf69074 2023.7.28 1 år sedan
IChangesModel.cs.meta cfdbf69074 2023.7.28 1 år sedan
IHistoryModel.cs cfdbf69074 2023.7.28 1 år sedan
IHistoryModel.cs.meta cfdbf69074 2023.7.28 1 år sedan
IMainModel.cs cfdbf69074 2023.7.28 1 år sedan
IMainModel.cs.meta cfdbf69074 2023.7.28 1 år sedan
IModel.cs cfdbf69074 2023.7.28 1 år sedan
IModel.cs.meta cfdbf69074 2023.7.28 1 år sedan
IStartModel.cs cfdbf69074 2023.7.28 1 år sedan
IStartModel.cs.meta cfdbf69074 2023.7.28 1 år sedan
MainModel.cs cfdbf69074 2023.7.28 1 år sedan
MainModel.cs.meta cfdbf69074 2023.7.28 1 år sedan
Providers.meta cfdbf69074 2023.7.28 1 år sedan
README.md cfdbf69074 2023.7.28 1 år sedan
README.md.meta cfdbf69074 2023.7.28 1 år sedan
StartModel.cs cfdbf69074 2023.7.28 1 år sedan
StartModel.cs.meta cfdbf69074 2023.7.28 1 år sedan
Structures.meta cfdbf69074 2023.7.28 1 år sedan

README.md

Models

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.