Posts by user8711 • 61 points
1 post
-
6
votes1
answer913
viewsQ: Correct Statement Classes Model MVC Ninject
I started using OO a short time and in all projects I see on the net, I see the following way of statement. public class Trabalhador { public int Id { get; set; } public string Nome { get; set; }…