Beispiel #1
0
 public Livro GetEntityById(int Id)
 {
     return(_ILivro.GetEntityById(Id));
 }