Posts by Elói Ferreira • 21 points
2 posts
-
1
votes2
answers63
viewsQ: How do I get the usermanager property started in my Model
I wanted to form the field Name is automatically filled in by the username you are logged in to. How to include this property in mine Model? public class Condominio { public int CondominioId { get;…
-
1
votes1
answer72
viewsQ: How to approve a model depending on another model confirmation?
How do I make for the View request only appear to the user, when the class confirmation Aprovacao for true. Follows the logic: 1- user creates the request and register, 2- user awaits confirmation…