Esempio n. 1
0
 public new Lanche FindById(int Id)
 {
     return(_lancheRepository.FindById(Id));
 }