-
-
Notifications
You must be signed in to change notification settings - Fork 4
π Models
mrousavy edited this page Aug 21, 2018
·
2 revisions
Every Model needs to implement the Model
class:
class LoginModel : Model
{
...
}
Using this Model
base type allows for [TODO]