lstmdg cfdbf69074 2023.7.28 hace 2 años
..
Api cfdbf69074 2023.7.28 hace 2 años
Enums cfdbf69074 2023.7.28 hace 2 años
Providers cfdbf69074 2023.7.28 hace 2 años
Structures cfdbf69074 2023.7.28 hace 2 años
Api.meta cfdbf69074 2023.7.28 hace 2 años
ChangesModel.cs cfdbf69074 2023.7.28 hace 2 años
ChangesModel.cs.meta cfdbf69074 2023.7.28 hace 2 años
Enums.meta cfdbf69074 2023.7.28 hace 2 años
HistoryModel.cs cfdbf69074 2023.7.28 hace 2 años
HistoryModel.cs.meta cfdbf69074 2023.7.28 hace 2 años
IChangesModel.cs cfdbf69074 2023.7.28 hace 2 años
IChangesModel.cs.meta cfdbf69074 2023.7.28 hace 2 años
IHistoryModel.cs cfdbf69074 2023.7.28 hace 2 años
IHistoryModel.cs.meta cfdbf69074 2023.7.28 hace 2 años
IMainModel.cs cfdbf69074 2023.7.28 hace 2 años
IMainModel.cs.meta cfdbf69074 2023.7.28 hace 2 años
IModel.cs cfdbf69074 2023.7.28 hace 2 años
IModel.cs.meta cfdbf69074 2023.7.28 hace 2 años
IStartModel.cs cfdbf69074 2023.7.28 hace 2 años
IStartModel.cs.meta cfdbf69074 2023.7.28 hace 2 años
MainModel.cs cfdbf69074 2023.7.28 hace 2 años
MainModel.cs.meta cfdbf69074 2023.7.28 hace 2 años
Providers.meta cfdbf69074 2023.7.28 hace 2 años
README.md cfdbf69074 2023.7.28 hace 2 años
README.md.meta cfdbf69074 2023.7.28 hace 2 años
StartModel.cs cfdbf69074 2023.7.28 hace 2 años
StartModel.cs.meta cfdbf69074 2023.7.28 hace 2 años
Structures.meta cfdbf69074 2023.7.28 hace 2 años

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.