The Repository class and its members:
(A)
are static, to store and retrieve data from only the views in the application
(B)
are static, to store and retrieve data from only the models in the application
(c)
are static, to store and retrieve data to a database from different places in the application
(D) are static, to store and retrieve data from different places in the application
Question 11
1 Point
The asp-for tag helper is used to bind HTML elements to model properties.
(A) True
(B) False