Posts by Allansud • 43 points
2 posts
-
2
votes1
answer66
viewsQ: How to register dependencies with Windsor that are in different layers of the application?
How to register dependencies with Windsor that are in different layers of the application? I don’t want to keep referencing all layers of the application in the presentation layer as most do around.…
-
2
votes1
answer124
viewsQ: How to apply mask in these cases?
How to put mask on item @item.CPFCNPJDevedor? @foreach (var item in Model.Result) { <tr> @if (Permissoes.Where(x => x.Acao == "EditChassiCrvGravame" || x.Acao == "VisualizarChassi").Any())…