public IEnumerable <Lanche> GetAllEager()
 {
     return(_repoLanche.GetAllEager());
 }
Esempio n. 2
0
 public IEnumerable <Domain.Models.Lanche> GetAllEager()
 {
     return(_repoLanche.GetAllEager());
 }