Example #1
0
 public IEnumerable <Lanche> GetAllLanches()
 {
     return(_lancheRepository.GetAllLanches());
 }