Posts by Edgar • 23 points
3 posts
-
0
votes2
answers90
viewsA: Doubt Gets/Sets
HICCUP I passed an object with all the respective data PÀG ASPX protected void btnEdiUsuario_Click(Object Sender, Eventargs and) { Bllusuario = User.Dalusuario; BLLUsuario.Nome =…
-
-2
votes2
answers90
viewsQ: Doubt Gets/Sets
My project has 3 layers, DAL, BLL, Project utilizo ASP.NET I have an aspx page in the project, which has textbox containing new values for a database update. In the DAL class I have Entity that…
-
1
votes0
answers224
viewsQ: Layered communication
I have 3 layers , BLL, DAL and the Project. In the DAL layer is the ENTITY (automatically creates the Gets and Sets) and I want to use the Gets and Sets Because when it arrives in the project layer…