Esempio n. 1
0
 public new IEnumerable <Lanche> FindAll()
 {
     return(_lancheRepository.FindAll());
 }