c# model code example
Example: what is a model in C#
In MVC M stands for Model and Model is a normal C# class. Model
is responsible for handling data and business logic. A model represents
the shape of the data. Model is responsible for handling database related
changes