Posts by Felipe Speranza • 23 points
2 posts
-
0
votes1
answer90
viewsQ: Login method that receives user data
I’m doing a project and trying to create a simple login method I have the following class User public class Usuario { public int Id { get; set; } public string Nome { get; set; } public string Login…
-
2
votes1
answer48
viewsQ: filter list of registered assets by room
I’m doing a heritage system, where I can register a heritage and link to it a room. In this system I have a tab of reports, where I have a field that I must type the name of a room and a button to…