Posts by Adjailson Oliveira • 17 points
2 posts
-
-1
votes2
answers1064
viewsA: Visual Studio opening multiple browser windows
Maybe it is not the desired answer, this expected result only saw with Microsoft Edge.…
-
1
votes3
answers1381
viewsA: How to declare an object parameter as null in C#
Adjust the Models: In the model Library, create a constructor that starts Book. public class Biblioteca { public Biblioteca() { Livro = new Livro(); } public int Id { get; set; } public string Nome…